Conversation
supportI’m not a super technical person but I have been trying diligently to follow the instructions for your plugin and I’m still getting a message in Google Page Speed Insights that says “Eliminate render-blocking JavaScript and CSS in above-the-fold content. Your page has 26 blocking script resources and 19 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.” I have copied and pasted the bad scripts into the Javascript and CSS “name” fields under Page Speed settings. Is that right? What terms do I enter under Javascript Code and CSS Code? (I put jquery under Javascript and style under CSS). I really need to get this problem solved. Currently I have a 60/100 score for mobile and a 75/100 for desktop. I’ve already spent hours trying to solve this. Thank you. https://wordpress.org/plugins/page-speed/
Hi joshpopichak First Can i know the link of your site so i can check it in google insight. Thanks
For the rendiering JS you need to find the scriptname/handle of the Js ussually you can find it in the Plugins/Themes File. Make sure it is the right scriptname/handle. Put the scriptname/handle of the Js in the field and copy paste the Js code. Same goes with CSS Reference http://codex.wordpress.org/Function_Reference/wp_enqueue_script See Faqs for more Details https://wordpress.org/plugins/page-speed/faq/
Hi How would I implement these two errors from google speed insights http://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400,700%3Alatin-ext%7CMontserrat%3A700%3Alatin-ext http://maps.google.com/maps/api/js?sensor=true (30 minutes) Into your plugin. Cheers
Hello The two links you mention was a external links Note: we cant optimize an external or links that embeded in your website What i recomend is dont embeded or use external google font api instead use @fontface in your css for your font And dont iframe the google map, theres a lot of plugin that supported by google map Hope that this will help you Thanks
Hi joshpopichak First Can i know the link of your site so i can check it in google insight. Thanks
For the rendiering JS you need to find the scriptname/handle of the Js ussually you can find it in the Plugins/Themes File. Make sure it is the right scriptname/handle. Put the scriptname/handle of the Js in the field and copy paste the Js code. Same goes with CSS Reference http://codex.wordpress.org/Function_Reference/wp_enqueue_script See Faqs for more Details https://wordpress.org/plugins/page-speed/faq/
Hi How would I implement these two errors from google speed insights http://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400,700%3Alatin-ext%7CMontserrat%3A700%3Alatin-ext http://maps.google.com/maps/api/js?sensor=true (30 minutes) Into your plugin. Cheers
Hello The two links you mention was a external links Note: we cant optimize an external or links that embeded in your website What i recomend is dont embeded or use external google font api instead use @fontface in your css for your font And dont iframe the google map, theres a lot of plugin that supported by google map Hope that this will help you Thanks