Thread: Search function
View Single Post
Old March 30th, 2016, 01:29 PM   #8
csmith12
The Corner Whisperer
 
csmith12's Avatar
 
Name: Chris (aka Reactor)
Location: Northern KY
Join Date: May 2011

Motorcycle(s): 2010 250 (track), 1992 250, 2006 R6 (street/track), 2008 R6 (track)

Posts: Too much.
MOTY 2015, MOTM - Nov '12, Nov '13
@Alex

Any script tag within the body tags will block until the script is downloaded. Without altering the code too much you could add the async property to the script tag. Possibly that will help with the vast majority of ninjette users and let it delay load since it's not a vital function.

Code:
<script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=
csmith12 is offline   Reply With Quote