Ever hear the tune “One of these things is not like the others“?
Your site’s HTML banner img
looks like this:
<img src="https://www.crepealicious.ca/wp-content/themes/twentyeleven/images/headers/lanterns.jpg.pagespeed.ce.j0XxSEz4gH.jpg" width="1000" height="288" alt=""/>
On my Crash Test Dummy running 3.5 and Twenty Eleven I have this.
<img src="https://dixie.dembowski.net/wp-content/themes/twentyeleven/images/headers/trolley.jpg" width="1000" height="288" alt="" />
See that .pagespeed.ce.j0XxSEz4gH.jpg
? And on your javascript console you’ve got this too .pagespeed.jm.JRcNp7VG6h.js:60
?
Where’s that coming from? My stock 3.5 with just one plugin (Spam Destroyer, love the name) does not include that pagespeed
item.
Do you have Google’s mod_pagespeed installed? You can confirm with a simple <?php phpinfo(); ?>
file.