I'm totally sick with my site.
When I check compression with this site, this says me You're blessed! It's GZIP Enabled. 78.6% Was saved by compressing this page with GZIP.
But when I check with google page speed it says me to fix enable compression in the css and js files.
I have this code for compression in .htaccess file:
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
And obviously, I have enabled compression from backend in joomla 2.5
Is google page speed test says something else than gzip compression?