mod_pagespeed breaks things

Google is respected in the web development community for writing simple, usable code and then making it available for re-use by everyone. mod_pagespeed is just an example of this; it's a plugin module for the Apache web server, and is supposed to speed up page delivery by optimising and caching various elements. You can read more about it at at the official Google Wemaster Central blog: Make your websites run faster, automatically - try mod_pagespeed for Apache. So, what's the problem? Well, one simple thing to be aware of is that when you change a file (a CSS file for example), mod_pagespeed's caching may stop you seeing the change immediately. This isn't a bug, but it's definitely something to be aware of. A worse problem is that the module appears to change links on webpages to make them relative (and thus shorter). In my case, this broke a link that people use when reporting a problem, which meant that they couldn't report a problem (including the broken link -- the irony!) The link in my HTML source code was .contact, but it was being output as contact. Changing the link to https://swinny.net/contact didn't make any difference; mod_pagespeed decided that contactwas sufficient.

A web search for 'mod_pagespeed breaks' and 'mod_pagespeed problems' reveals all sorts of issues that people are having with mod_pagespeed's optimisation of CSS and JavaScript files. Some of these are quite old and may have been fixed in newer releases; the ReleaseNotes page lists releases every month or two, and the fixes all sound quite fiddly and specific. The problem is that you won't know whether mod_pagespeed is working for your own site unless you try every feature of your site, on all platforms too. That's a daunting task.


Comments

It's quiet in here...Add your comment