Jump to content

Recommended Posts

Posted

Is this relevant;

 

213861-reply-buttons.html:71 A parser-blocking, cross site (i.e. different eTLD+1) script, https://awscdn.cdngeek.com/clientscript/yui/yui_combo_minasset_2.9.0_1.js?v=423b4-2901a, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.

(anonymous) @ 213861-reply-buttons.html:71

213861-reply-buttons.html:71 A parser-blocking, cross site (i.e. different eTLD+1) script, https://awscdn.cdngeek.com/clientscript/yui/yui_combo_minasset_2.9.0_1.js?v=423b4-2901a, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.

(anonymous) @ 213861-reply-buttons.html:71

  • Thanks 1
Posted
Just went to lunch and took my laptop with me to the car, set my phone up as a hotspot, all fine. Presumably something in my filtering for some reason.......
Posted
Just went to lunch and took my laptop with me to the car, set my phone up as a hotspot, all fine. Presumably something in my filtering for some reason.......

 

Looks like its blocking the icons and the alt text is over the normal text.

  • Thanks 1
Posted
I have deployed a cache buster (not so much for your end but the CDN end)

Are you using the theme Mint?

Is it still happening?

 

Yes I am and yes it is.

Posted
I get an entirely black screen with a barely noticeable, tiny grey arrow in the middle.

 

Which implies the image can be loaded but wont in the page. The console error before you posted was okay.

I would load the page with the developer tools -> network tab and see if it gives an error code.

Also what version of chrome are you using? chrome stable?

  • Thanks 1
Posted

Can't see any error codes, but if I'm honest I've never used that before so don't really know what I'm looking for!

 

Chrome is Version 80.0.3987.122 (Official Build) (64-bit), but is presumably irrelevant anyway as IE was doing similar. In both, I believe the picture is there, it is simply obscured by the alt text and it's little icon. Need to look really closely!

 

capture.png

  • Thanks 1
Posted
Can't see any error codes, but if I'm honest I've never used that before so don't really know what I'm looking for!

 

Chrome is Version 80.0.3987.122 (Official Build) (64-bit), but is presumably irrelevant anyway as IE was doing similar. In both, I believe the picture is there, it is simply obscured by the alt text and it's little icon. Need to look really closely!

 

[ATTACH=CONFIG]56946[/ATTACH]

 

Okay that looks like the hover image:

https://awscdn.cdngeek.com/img/a/vb/buttons/reply_40b-hover.png?v=423b4-1306a

  • Thanks 1
Posted

I can get to that too, it's just slightly blue rather than grey. And if I mouse over the mess which you can see in my screenshots, I can see it is going blue underneath.

 

capture.png

  • Thanks 1
Posted
I can get to that too, it's just slightly blue rather than grey. And if I mouse over the mess which you can see in my screenshots, I can see it is going blue underneath.

 

[ATTACH=CONFIG]56948[/ATTACH]

 

That leaves one image left:

http://www.edugeek.net/clear.gif?v=423b4-0203a

  • Thanks 1
  • 6 months later...
Posted (edited)
A parser-blocking, cross site (i.e. different eTLD+1) script,

According to Google Developers article,

 

you can:Use asynchronous script loading, using

 

It is better don't use document.write for CDN, here is workaround:

 

var script = document.createElement('script');

script.src = "....";

document.head.appendChild(script);

Edited by geverwills
NA

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...