View Single Post
Old 09-30-2016, 10:20 PM  
dave90210
Registered User
 
Join Date: Mar 2007
Posts: 1,745
Can you try it on your cellphone? When I try it on cellphones it loads very slow for me. Try clicking on the recent products pictures at the bottom of the screen and see if you have to click multiple times for the product pages to open.
Quote:
Originally Posted by dillfly2000 View Post
Seems alight in southern Manitoba. Though I think I clicked your site before, might be some cache going on.

If I delete all of this minus the FB pixel will it mess up some of the plugins I have on my site?
Quote:
Originally Posted by NoWhErE View Post
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.
Which host do you recommend that has a pretty good yearly rate?
Quote:
Originally Posted by Barry-xlovecam View Post
Problem is with your hosting.

Code:
; <<>> DiG 9.10.3-P4-Ubuntu <<>> vrpadding.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6859
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;vrpadding.com.			IN	A

;; ANSWER SECTION:
vrpadding.com.		655	IN	A	198.54.116.197

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Sep 30 08:14:29 EDT 2016
;; MSG SIZE  rcvd: 58

barry@paragon-DS-7:~$ curl https://ipinfo.io/198.54.116.197
{
  "ip": "198.54.116.197",
  "hostname": "s190.web-hosting.com",
  "city": "Los Angeles",
  "region": "California",
  "country": "US",
  "loc": "34.0355,-118.4298",
  "org": "AS22612 Namecheap, Inc.",
  "postal": "90064"
}barry@paragon-DS-7:~$
100 ms to Los Angeles is bad. My route is through the ATT hub in Chicago I usually get 70ms - 80ms to the US west coast.



Thumblink^

Bottom line = 3.65 Seconds all 200 OK (Cleared Cache) in Chrome with no other tabs open.
dave90210 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote