Hello,
I checked my page speed with Google PageSpeed Insights and I was given this information:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking script resources and 11 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://psychopathsandlove.com/wp-includes/js/jquery/jquery.js
http://psychopathsandlove.com/…includes/js/jquery/jquery-migrate.min.js
Is it possible to remove these things? If so, how do I go about it?
It also said I must optimize CSS delivery and gave me a long list of files.
“You should avoid and minimize the use of blocking JavaScript, especially external scripts that must be fetched before they can be executed. Scripts that are necessary to render page content can be inlined to avoid extra network requests, however the inlined content needs to be small and must execute quickly to deliver good performance. Scripts that are not critical to initial render should be made asynchronous or deferred until after the first render. Please keep in mind that for this to improve your loading time, you must also optimize CSS delivery.”
Thank you for your help!
Red