Will your extension work with Magento in developer mode?
Not all of the extension features are available in the dev mode. For the correct HTML/CSS/JS optimization, the Production mode is required. JS Bundle will work correctly in Production mode only.
Related Articles
What PageSpeed Insights metrics does Google Page Speed Optimizer cover?
The Google Page Speed Optimizer extension is designed to optimize images and code, which can help to improve certain PageSpeed Insights metrics and enhance the overall website performance. Our extension guarantees up to 97% rating if the fast server ...
How to optimize JS with the Google Page Speed Optimizer extension?
To optimize JS with the Google Page Speed Optimizer extension, please follow the steps below. Step 1. Transfer Magento to the Production mode. It can be done with the next command from the root Magento folder: php bin/magento deploy:mode:set ...
The features include Optimize JS code. What is the difference of this to the Magento 2 default Optimize JS?
In Magento, JS bundling option bundles all JS files into several files of the same size. In this case, all the files will be loaded at once, disregarding which one is required for the specific page. The bundling algorithm of the Google Page Speed ...
CSS merge and minification breaks the frontend. How to resolve?
When you enable CSS optimization, it is possible for the website layout (both front- and backend) to break. In order to resolve the issue, it's usually enough to redeploy the static content (php bin/magento setup:static-content:deploy). In case it ...
What optimizer settings do I use for images, if I have both the Jet Theme and the Google Page Speed Optimizer module?
The Image Optimizer inside Jet Theme is a Lite version of any optimizer-type modules. So, considering you have the Google Page Speed Optimizer extension, it leads over the optimizer settings inside the Jet Theme. If you have already installed, or are ...