View Single Post
Old 09-30-2016, 06:10 AM  
NoWhErE
Too lazy to set a custom title
 
NoWhErE's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Canada
Posts: 10,232
Your head contains way too many scripts and loads way too many things. This is why most people will see a white page for a few seconds before the HTML appears.

Get rid of:
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Premium Gear VR foam replacements &raquo; Feed" href="https://vrpadding.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Premium Gear VR foam replacements &raquo; Comments Feed" href="https://vrpadding.com/comments/feed/" />

Then get rid of the emoji JS
defer load all the css styling except for your main css
async load your js scripts or put them in the footer

get rid of this:
<link rel='https://api.w.org/' href='https://vrpadding.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://vrpadding.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://vrpadding.com/wp-includes/wlwmanifest.xml" />

Move your FB pixel to the bottom of the page or load it async in a seperate JS file.



That's just some of the more basic mods I would do to speed up your site load.
__________________
skype: lordofthecameltoe
NoWhErE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote