speedster icon indicating copy to clipboard operation
speedster copied to clipboard

Speed up your Magento store by combining, compressing and caching Javascript and CSS files.

Results 7 speedster issues
Sort by recently updated
recently updated
newest added

I believe this is an Apache behaviour when gzip compression is enabled (http://serverfault.com/questions/183843/content-length-not-sent-when-gzip-compression-enabled-in-apache). I could also be a Cloudflare behaviour. Regardless, this causes the self test to fail.

I got an error when i try self-test > Selftest failed with: Step 1 - OK > Step 2 - OK > Step 3 - OK > Step 4 -...

Trailing whitespace is currently failing the selftest. That seems too strict to me, especially since these trailing whitespaces can be situated in third party code, like in the example below,...

css and js is gone when speedster is disabled. How to fix it?

We encountered issues with the extension with a theme from the `.modman` directory. Relative urls were not rewritten properly because of the filepath set to a `realpath`. Thus the call...

enhancement

When the plugin is installed via composer the m.php file fails because the $baseDir is incorrect. $baseDir is being calculated as '/var/www/mywebsite/vendor/fooman/speedster' it should actually be '/var/www/mywebsite/shop'. The 'shop' directory...