<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Shimon Krokhmal's blog - Web</title>
    <link>http://www.krokhmal.com/</link>
    <description>medium : .NET | JavaScript | Secure coding | Databases | Sql Server | Oracle | CodeSmith | SPS | Life</description>
    <language>en-us</language>
    <copyright>Shimon Krokhmal</copyright>
    <lastBuildDate>Tue, 20 May 2008 11:47:32 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>Shimonkr@gmail.com</managingEditor>
    <webMaster>Shimonkr@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.krokhmal.com/Trackback.aspx?guid=32dcab2b-9190-4787-bbbf-04af99cffac9</trackback:ping>
      <pingback:server>http://www.krokhmal.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.krokhmal.com/PermaLink,guid,32dcab2b-9190-4787-bbbf-04af99cffac9.aspx</pingback:target>
      <dc:creator>Shimon krokhmal</dc:creator>
      <wfw:comment>http://www.krokhmal.com/CommentView,guid,32dcab2b-9190-4787-bbbf-04af99cffac9.aspx</wfw:comment>
      <wfw:commentRss>http://www.krokhmal.com/SyndicationService.asmx/GetEntryCommentsRss?guid=32dcab2b-9190-4787-bbbf-04af99cffac9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
As a part of our performance enhancements in our system, we disovered that we have
43 requests to the server when the page is loaded.<br />
This is huge delay in page loading.<br /><br />
what he decided to do is recreate the images on the site into 1 big image &amp; "pick"
from it using CSS Sprite.
</p>
        <p>
For those who does not femilier with the "sprite way", it is a concept that we take
all our images and merge them into one combined image.<br />
hence eliminating the need of requesting each image individualy.<br />
using CSS classes we define the original images from the big image (sort of cutting
it from the big image).
</p>
        <p>
Doing this, it reduces the requests dramaticly and improves loading time of the page.<br />
same outcome, better performance.
</p>
        <img width="0" height="0" src="http://www.krokhmal.com/aggbug.ashx?id=32dcab2b-9190-4787-bbbf-04af99cffac9" />
        <br />
        <hr />
Shimon krokhmal, a part of the Krokhmal family</body>
      <title>Image is in the eye of the beholder</title>
      <guid isPermaLink="false">http://www.krokhmal.com/PermaLink,guid,32dcab2b-9190-4787-bbbf-04af99cffac9.aspx</guid>
      <link>http://www.krokhmal.com/2008/05/20/ImageIsInTheEyeOfTheBeholder.aspx</link>
      <pubDate>Tue, 20 May 2008 11:47:32 GMT</pubDate>
      <description>&lt;p&gt;
As a part of our performance enhancements in our system, we disovered that we have
43 requests to the server when the page is loaded.&lt;br&gt;
This is huge delay in page loading.&lt;br&gt;
&lt;br&gt;
what he decided to do is recreate the images on the site into 1 big image &amp;amp; "pick"
from it using CSS Sprite.
&lt;/p&gt;
&lt;p&gt;
For those who does not femilier with the "sprite way", it is a concept that we take
all our images and merge them into one combined image.&lt;br&gt;
hence eliminating the need of requesting each image individualy.&lt;br&gt;
using CSS classes we define the original images from the big image (sort of cutting
it from the big image).
&lt;/p&gt;
&lt;p&gt;
Doing this, it reduces the requests dramaticly and improves loading time of the page.&lt;br&gt;
same outcome, better performance.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.krokhmal.com/aggbug.ashx?id=32dcab2b-9190-4787-bbbf-04af99cffac9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Shimon krokhmal, a part of the Krokhmal family</description>
      <comments>http://www.krokhmal.com/CommentView,guid,32dcab2b-9190-4787-bbbf-04af99cffac9.aspx</comments>
      <category>Performance</category>
      <category>Web</category>
    </item>
  </channel>
</rss>