Skip to content

Errors when checking [JS]/[CSS] loading #3273

@4digitalworld

Description

@4digitalworld

While testing a site with the @gantry 5 template via @google PageSpeed Insights, I found the following errors related to the js/css:

  1. 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.
    изображение
  2. 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.
    изображение
  3. 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.
    изображение
  4. Minify CSS
    Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
    изображение
  5. Minify JavaScript
    Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
    изображение
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions