Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Anson Cheung's Blog:
Optimize Web Site Performance by using YSlow
Oct 03, 2011 @ 16:12:08

In a recent post to his blog Anson Cheung guides you through another tool that can help you optimize your web applications - using YSlow for the frontend to detect trouble spots early (whether they're actually caused by the frontend or not).

He goes through the thirteen rules to help improve your website's performance including:

  • Make fewer HTTP requests
  • Gzip components
  • Make JS and CSS external
  • Remove duplicate scripts
  • Configure ETags

For more information about the YSlow extension (available for Firefox, Chrome, Opera and mobile devices), check out the project's page on Yahoo's Developer section (including ten more rules it checks).

tagged: yslow optimize frontend performance extension browser rules

Link:


Trending Topics: