PageSpeed optimization
-
Hi,
how can I fix these pagespeed problems:
1. Avoid CSS @import
The following external stylesheets were included in https://mydomain.com/wp-content/cache/autoptimize/css/autoptimize_4e8e51d622a67bfe715eeba5d4e18b6f.css using @import.
https://mydomain.com/wp-content/themes/porto/style.css
2. Optimize the order of styles and scripts
The following external CSS files were included after an external JavaScript file in https://mydomain.com/. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css
3. Defer parsing of JavaScript
89.8KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.
https://mydomain.com/wp-includes/js/jquery/jquery.js (86.8KiB)
https://mydomain.com/ (3.0KiB of inline JavaScript)
The topic ‘PageSpeed optimization’ is closed to new replies.