javascript - Optimize CSS Delivery of the following -


eliminate render-blocking javascript , css in above-the-fold content page has 16 blocking css resources. causes delay in rendering page. none of above-the-fold content on page rendered without waiting following resources load. try defer or asynchronously load blocking resources, or inline critical portions of resources directly in html. optimize css delivery of following:

you should consider minify css files in unique optimized file (optimize css delivery).

this allow reduce number of http request server.

you can use tools google pagespeed test have tips on how further optimize website.

specifically css minification can use tools grunt or gulp.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -