RewriteEngine on
RewriteOptions Inherit
#Check to see if browser can accept gzip files.
ReWriteCond %{HTTP:accept-encoding} (gzip.*)
#make sure there's no trailing .gz on the url
ReWriteCond %{REQUEST_FILENAME} !^.+\.gz$
#check to see if a .gz version of the file exists.
RewriteCond %{REQUEST_FILENAME}.gz -f
#All conditions met so add .gz to URL filename (invisibly)
RewriteRule ^(.+) $1.gz [L]
alfred westerveld's Bookmarks tagged → View Popular
You are here: Diigo Home > alfred westerveld's Bookmarks
High Performance Web Sites
in list: webdevelopment
more fromwww.stevesouders.com
Webslug - Home
more fromwww.webslug.info
Boost Your Web site Performance « klauskomenda.com
in list: webdevelopment
more fromwww.klauskomenda.com
PHP Speedy | Aciddrop.com
more fromaciddrop.com
rakaz - Make your pages load faster by combining and compressing javascript and css files
more fromrakaz.nl
John Resig - Dromaeo: JavaScript Performance Testing
Dromaeo is the name that I've given to the JavaScript performance test suite that I've been working on over the past couple months.
more fromejohn.org
eAccelerator - Trac
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.
more fromeaccelerator.net
High Performance Web Sites
steve souders own site. He came up with these rules when working for Yahoo! Performance team
in list: webdevelopment
more fromstevesouders.com
How to Completely Test Your Website
You will need to extensively test the website to ensure that visitors have a comfortable stay and don’t leave your site in a jiffy. And here are some useful tools to help you completely check your website:
more fromwww.labnol.org
www.stevesouders.com
more fromwww.stevesouders.com
Google Code Blog: How we improved performance on Google Code
in list: webdevelopment
more fromgoogle-code-updates.blogspot.com
Speed Up Your Javascript Load Time | BetterExplained
in list: webdevelopment
more frombetterexplained.com
Notation: * = Private bookmark and comment|… = Clipping [?] | … = Public highlight [?]
alfred westerveld's Related Tags
See More Top Contributors
Related Groups on Diigo
-
Rails Performance Optimization
Items: 8 | Visits: 29
Created by: Avdi Grimm
-
Top SEO Web Design
Corporate Performance Artis...
Items: 0 | Visits: 25
Created by: link1cpa
-
Consistent Hashing
Items: 6 | Visits: 23
Created by: Arrix Z


