WPIntell

Source evidence

blocking the scripts

Asynchronous Javascript · support · 2014-10-16T09:36:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kanishk.singh45 unresolved
I am using newspaper theme for my news blog i.e http://www.tecake.com , that is quite heavy to load. To optimize site’s performance, i had used so many plugins for asynchronous js,css load. My CDN also offers me the same feature. But the main problem is this async load is blocking scrips which is dropping the feature of homepage slider and mobile theme main menu. I want to know how to exclude these scripts to be blocked. Currently i am using Asynchronous Java Script a wordpress plugin because it has a feature to exclude the scripts. Don’t know what to exclude. ThankYou!! https://wordpress.org/plugins/asynchronous-javascript/ Wrap your whole javascript file in window.onload= function (){ Javascript goes here };

Comments

1 shown
Mpwassler 2014-10-17T18:17:00+00:00

Wrap your whole javascript file in window.onload= function (){ Javascript goes here };