Tips to Speed up website and Improve YSlow Ranking

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

Few day ago i shared some tricks to optimize Blog speed. You can css Tips to Speed up website and Improve YSlow Rankingapply 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

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


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"

FileETag none
# End yslow

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

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

Tips to Speed up website and Improve YSlow Ranking
Unload Dll Files and Free Memory.

Windows Explorer caches DLLs in memory for a period of time after the application an using them has been closed. Which in some cases can be an...

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...

Tips to Speed up website and Improve YSlow Ranking
Speed Up DSL-CABLE Connection Speed

At  First, you need to go to Start, then run. 1. Type in regedit in the box. 2. Then, go...

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...

Leave a Reply

*

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