WPIntell

Source evidence

Can't get speeds up

Page Speed · support · 2014-12-09T01:27:00+00:00

complaintsentiment
highseverity
1.0relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 26 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
joshpopichak unresolved
I’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

Comments

4 shown
Rex Anthony Eubanas (Batugan Design) 2014-12-09T13:16:00+00:00

Hi joshpopichak First Can i know the link of your site so i can check it in google insight. Thanks

Rex Anthony Eubanas (Batugan Design) 2014-12-09T14:01:00+00:00

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/

BBQ148 2015-01-15T15:22:00+00:00

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

Rex Anthony Eubanas (Batugan Design) 2015-01-15T16:01:00+00:00

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