Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? yes
Have I read the documentation before posting (which pages?)? Yes
Database Version: 5.1.41-3ubuntu12.10
PHP Version: 5.3.2-1ubuntu4.9
Joomla! Version: Joomla! 1.5.23 04-March-2011 18:00 GMT
Admin Tools version: (latest)
Description of my issue:
I am using .htaccess maker on our website www.asafeworldforwomen.org
And have been working on the speed of the site
I have been testing using https://developers.google.com/pagespeed
And am getting a good high score of 90
In the recommended changes it mentions
'Specify an expiration at least one week in the future for the following resources:'
Amongst the resources mentioned are several css files we use as well as .js files
In our .htaccess file it says
# CSS and JS expiration: 1 week after request
ExpiresByType text/css "now plus 1 week"
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week"
Which I think means that .css files and .jss should be covered
We are using a .cdn system which images and .js files are being pushed through
(I am not sending the .css files because of some conflicts)
Does Google not recognise the .ht access when we use a CDN system?
But having said that - the css files aren't going through the CDN - so I am baffled!
Thx in advance
Andrew