Tips to Speed up website and Improve YSlow Ranking

February 23, 2009 Poster: Jim Views: 691 views Category: Hacks

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

Few day ago i shared some tricks to optimize Blog speed. You can CSSapply this tricks to Optimize Your code to speed-Up Blog or any website. Use Firebug and YSlow with Firefox browser to find out your problem. YSlow analyzes web pages and tells you why they’re slow based on Yahoo’s rules for high performance web sites. You must install Firebug Add-ons to run YSlow. After compressing css and using Php speedy i saw that my blog loading speed increased by 27 times faster than before. But analyzing my codes using YSlow i found some more problems.  To know more about Yslow Rules visit here. You can apply some of those trick instantly by adding or editing  some codes in .htaccess file from your web server. The code will do the following things to improve Yslow Rankings:
1. Gzip Components
2. Add an Expires Header
3. Configure ETags


Add this code in your .htaccess file.

# BEGIN yslow
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-php application/rss+xml application/atom_xml
</IfModule>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
</IfModule>
FileETag none
# End yslow

I hope this trick will help you to speed up your blog loading time.

Tags for the article:

    Yslow To Speed Up Your WordPress Site,ySlow Ranking,Online Send Receive Money,cache:DoqZE0K0C3kJ:www bytetips com/change-virtual-memory-in-windows-xp/ mafia wars autoplayer eating memory,windows xp speed up cheats tip hints,wordpress htaccess yslow,wordpress speed with htaccess,wp-admin index php expire date yslow,yslow,yslow adsense

Share This:

This Seems Useful!! Help Us To sahre This Post with Rest Of The World
  • Digg
  • StumbleUpon
  • Technorati
  • del.icio.us

Subscribe:

Sign up to receive latest Tips & Tutorials
as well as receive other site updates!

Related Post

Bytetips theme Update for wordpress 2.7

Today i updated Bytetips theme for wordpress. The main reason behind this was to make this theme compatible with new wordpress version 2.7. In...

Enable or Disable Windows Hibernate in Windows Vista

This Tips will help you to disable or enable windows Vista hibernation service. If you don’t use the Windows Hibernate feature very much you can...

Disable indexing service In XP

At first you need to know what is windows indexing service ? Indexing Services is a system process indexes and updates lists of all the files...

Optimize Display Settings to tweak Xp Speed

Windows XP uses lots of resource for showing visual items. If you disable some visual effects and styles you can save some system resources. It...

Leave a Reply

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.