Page Optimization
Hi,
we've optimized our site with Magento 2.3.1 and Perl Theme 1.8.4 also under this https://support.weltpixel.com/hc/en-us/articles/115003450474-How-to-speed-up-your-Magento-2-store-and-increase-performance.
But we need to load css asynchronously and create critical css for load on html.
(Eg: <link rel = "preload" media = "all" href = "https: .................. frontend/Pearl/weltpixel_custom/en_GB/WeltPixel_DesignElements/css/bootstrap_grid.css "as =" style "onload =" this.rel = "stylesheet" ">
<noscript> <link rel = "stylesheet" href = "https: .................. frontend/Pearl/weltpixel_custom/en_GB/WeltPixel_DesignElements/css/bootstrap_grid.css "> </ noscript>)
No one has a solution for Pearl theme, where regenerate the LESS and CSS files are created to create css, with this preload method (eg using loadcss - https://github.com/filamentgroup/loadJS) and create are also critical css that would be placed in html?
I'm thinking about this solution, which could speed up page loading. Anybody have a similar solution done? Do you advise how to proceed? Would it be a preload method solution?
Thank you in advance for inspirational ideas and solutions.
-
Official comment
We're actually currently working on a Magento Speed Improvement module that will be included in the Pearl Theme, starting with the next version release! This module will prioritize the loading of CSS and JS, it will optimize fonts and perform other actions that will significantly increase page speed score, as well as overall store speed! :)
Comment actions
Please sign in to leave a comment.
Comments
1 comment