Apache: mod_pagespeed
7 Replies
@cloudtech:
Don't use mod_pagespeed on your VPS now, it will slow down your server. I have to reboot my server 3 times in 1 day. The developer said he will fix the problem in next version. I thought the current version was tested.
:evil:
Is this still true? I just added it and it seems to be working well.
I had hoped it would improve performance, by combining external Javascript and CSS files and reducing file requests. Sometimes though, I found it actually made results slightly worse. I am not sure why.
I do have to thank the mod_pagespeed team though because they have some really great tips for improving performance. Those ultimately led me to make my own open source Javascript/CSS combiner, which you can find on Github if you're interested:
@jzimmerlin:
I tested out mod_pagespeed on a development server a while ago, but ultimately decided not to use it in production.
I had hoped it would improve performance, by combining external Javascript and CSS files and reducing file requests. Sometimes though, I found it actually made results slightly worse. I am not sure why.
I do have to thank the mod_pagespeed team though because they have some really great tips for improving performance. Those ultimately led me to make my own open source Javascript/CSS combiner, which you can find on Github if you're interested:
https://github.com/jeffzimmerlin/Javasc … S-Combiner">https://github.com/jeffzimmerlin/Javascript-and-CSS-Combiner
It is hard to tell. I tested some sample pages and saw typical results like this:
Pagespeed on:
Load Time
First View
3.293s
Repeat View
1.748s
Pagespeed off:
Load Time
First View
3.361s
Repeat View
1.836s
That isn't much, though of course it does add up. But what processing time is it costing and is it worth it? That is hard to figure on a live server.
~