-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
While testing a site with the @gantry 5 template via @google PageSpeed Insights, I found the following errors related to the js/css:
- Reduce JavaScript execution time
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

- Eliminate render-blocking resources
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.

- Reduce unused CSS
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

- Minify CSS
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

- Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

- Missing source maps for large first-party JavaScript
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Joomla 5.1.4, Gantry 5.5.19
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels