you can try to turn ''off'' pagespeed in pagespeed.conf : apache settings/apache include conf/pagespeed.conf
<IfModule pagespeed_module>
# Turn on mod_pagespeed. To completely disable mod_pagespeed, you
# can set this to "off".
ModPagespeed on ...... change the on in this line to off and restart apache ,this worked for me . good luck.