apache

Make your websites run faster, automatically — try mod_pagespeed for Apache

Webmaster Level: All

Last year, as part of Google’s initiative to make the web faster, we introduced Page Speed, a tool that gives developers suggestions to speed up web pages. It’s usually pretty straightforward for developers and webmasters to implement these suggestions by updating their web server configuration, HTML, JavaScript, CSS and images. But we thought we could make it even easier — ideally these optimizations should happen with minimal developer and webmaster effort.

So today, we’re introducing a module for the Apache HTTP Server called mod_pagespeed to perform many speed optimizations automatically. We’re starting with more than 15 on-the-fly optimizations that address various aspects of web performance, including optimizing caching, minimizing client-server round trips and minimizing payload size. We’ve seen mod_pagespeed reduce page load times by up to 50% (an average across a rough sample of sites we tried) — in other words, essentially speeding up websites by about 2x, and sometimes even faster.

Comparison of the AdSense blog site with and without mod_pagespeed

Here are a few simple optimizations that are a pain to do manually, but that mod_pagespeed excels at:

Read more on Make your websites run faster, automatically — try mod_pagespeed for Apache…

APE (Ajax Push Engine) :: Real time data streaming

very similar to the bajax plugin i wrote for jquery, but this system opens permanent connections that last for max of 30 seconds and their server handles 100,000 connections, whereas bajax just polls the normal apache for connections < .1s usually. if you implement your own server instead of using theirs, then presumably you'd run out of apache connections pretty quick….

Read more on APE (Ajax Push Engine) :: Real time data streaming…

Google Author link