<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030939" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030939</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180905</link>
    <description> &lt;p&gt;Hey, I never knew that was in the Web Developer toolbar. Seems like I learn something new about that toolbar once a week or so.&lt;/p&gt;
&lt;p&gt;Renegade, thanks for pointing out that the body background color is missing. I&#039;ll fix that this evening.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Sep 2005 12:56:28 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1180905 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180900</link>
    <description> &lt;p&gt;Opera web browser - you&#039;d have to be fast if not on dial up thou&lt;/p&gt;
&lt;p&gt;I saw it being about 30 secs on dial up, and I have things going on in the background, can try again later for you if you want for a compassion. (also have to clear cache)&lt;/p&gt;
&lt;p&gt;Keep up the good work &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Sep 2005 10:11:05 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1180900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180890</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.websiteoptimization.com/services/analyze/wso.php?url=http://www.tandswebdesign.com/samples/aeroeoc/&quot; class=&quot;bb-url&quot;&gt;http://www.websiteoptimization.com/services/analyze/wso.php?url=http://www.tandswebdesign.com/samples/aeroeoc/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you have the web developer extension for firefox, you can view a speed report. Otherwise, the site is linked above &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Also, you forgot the most basic element in that site, the background colour, it&#039;s not defined, it comes up as grey for me &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Sep 2005 04:05:07 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1180890 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180887</link>
    <description> &lt;p&gt;I lied. I spent another 2 hours rewriting the whole thing, so now the DL time is much, much lower. The overall size, including images, is 38.2K, where it started at 253K.&lt;/p&gt;
&lt;p&gt;That was a lot of work! Worth it, though, as this project is a first for a client who could lead to many other projects.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Sep 2005 03:37:13 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1180887 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180883</link>
    <description> &lt;p&gt;Okay, by implementing some of the suggestions here, I&#039;ve managed to shrink the size down from 253K to 93.8K. I think it&#039;s about as optimized as I&#039;m going to bother making it. If I had more time, I would make it faster, but this is a rush job for a client.&lt;/p&gt;
&lt;p&gt;Anyone know of a site that you can enter a URL into and it will tell you approximate DL time for that page on different speed connections?&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Sep 2005 01:32:37 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1180883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180876</link>
    <description> &lt;p&gt;It&#039;s the main logo image thats slowing it down on dialup, after compressing if it&#039;s still to big/slow cut it in half, it will load in the same time but will appear faster as two are loading at once instead of one big one.&lt;br /&gt;
Your code could be improved to cut down some bytes, you&#039;ve used an editor (the spacers give it away) so you could merge the spacers into one which will load faster, even if it doesnt it wont matter as you have thw width and height as space saver.&lt;br /&gt;
you have   , you don&#039;t need both, they do the same thing, also put all your  on the same lines will still keep your code in tact but will cut bytes down.&lt;br /&gt;
You could (should) also cut down on the row/colspans used, even better would be to break the table into two, the top section and the lower, this alone should give you a bit.&lt;br /&gt;
Use a DOC tag and iso (meta) tag may speed it up as the browser wont have to guess it - un proven&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Sep 2005 23:45:13 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1180876 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180844</link>
    <description> &lt;p&gt;Duh, optimize the image. I&#039;ve never had this problem with a site, so I didn&#039;t even think of that Greg. I&#039;m 90% sure I have a program at home that can batch optimize pages, so I&#039;ll try that tonight.&lt;/p&gt;
&lt;p&gt;Thanks tons.&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Sep 2005 16:30:17 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1180844 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/optimizing-dl-time#comment-1180834</link>
    <description> &lt;p&gt;Well I had a little time while waiting for the boss, so I took your page and started optimizing images. I had 21 done before he come in. Those 21 files are 198k as your original .PNG files. I used Ulead Photo Impact&#039;s image optimizer feature to tweak the settings (fireworks has this as well) and saved them out as .GIF&#039;s (the photo I saved out as a .JPG though). The total for those files are now 64.3k &lt;/p&gt;
&lt;p&gt; Some samples:&lt;br /&gt;
 Logo - as PNG: 99.7k - as GIF: 38.8k&lt;br /&gt;
 Photo - as PNG: 63.6k - as JPG: 6.72k&lt;/p&gt;
&lt;p&gt; Converting as much as possible over to text, like the menu, would be a big space saver. I would myself reslice the site, and use the same shaddow image along the bottom and right sides of all the block. &lt;/p&gt;
&lt;p&gt; If you would like, I can upload a zip file with the samples I made.&lt;/p&gt;
&lt;p&gt; -Greg&lt;/p&gt;
&lt;p&gt; PS. A way to also decrease the size would be to rename those huge image filenames that fireworks uses, each are about 18 characters, shorten by at least half, and you will save 500 bytes (hey, every byte helps) and you will have more meaning full image names. (photo.jpg is so much more descriptive than aeroeoc_r27_c2.png)&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Sep 2005 15:08:20 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1180834 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
