Is Anyone Using Google Pagespeed On Their Server?

Been thinking about implementing Google Pagespeed on my server and was curious if anyone had any input on it. Haven't seen a whole lot on it in the forums since 2014, and am interested to know if anyone has had any issues with it etc on the latest versions of cs cart.

Thanks,

Adam

I have used it. JS / CSS files are a bit scary with CS-Cart because CS-Cart dumps them into single files. Google Pagespeed kicks these files to the bottom of the HTML code. It causes problems with Jquery being loaded after everything else loaded etc. Other than that, Google Pagespeed compresses everything to the bits and helps with the page speed very quickly. Unfortunately, CS-Cart is not made technologically advance to work with these technologies.

Thanks for the heads up, I am assuming you do not recommend using it then.

I have used it. JS / CSS files are a bit scary with CS-Cart because CS-Cart dumps them into single files. Google Pagespeed kicks these files to the bottom of the HTML code. It causes problems with Jquery being loaded after everything else loaded etc. Other than that, Google Pagespeed compresses everything to the bits and helps with the page speed very quickly. Unfortunately, CS-Cart is not made technologically advance to work with these technologies.

Just a reminder that the load order is determined by an addon's priority. For templates (and scripts) highest is loaded last so that it will overwrite things of lower priorities that are loaded before it (or placed in the aggregated file last). There are several factors that can affect statically loaded JS. Most important is the class="cm-ajax-force" attribute which will cause script tags to load again on ajax requests. Otherwise script tags are not included in ajax requests and what was loaded before will be used.

I have used it. JS / CSS files are a bit scary with CS-Cart because CS-Cart dumps them into single files. Google Pagespeed kicks these files to the bottom of the HTML code. It causes problems with Jquery being loaded after everything else loaded etc. Other than that, Google Pagespeed compresses everything to the bits and helps with the page speed very quickly. Unfortunately, CS-Cart is not made technologically advance to work with these technologies.

Can you mention your website's google pagespeed score?