How fast does my page load?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dave90210
    Registered User
    • Mar 2007
    • 1745

    #1

    How fast does my page load?

    I was optimizing my header and I put it at full resolution so it looks good on Retina screens. Please click on my link in my sig and let me know does it load normally for you? I'm on a very fast 300 mb connection so I can't base it off my internet speed since it's probably faster than most peoples. The header file size is 252 kb which is around double what I used to have it set to
  • Denny
    Too lazy to set a custom title
    • Feb 2005
    • 17393

    #2
    It's not bad here, but it could be faster.

    Comment

    • dave90210
      Registered User
      • Mar 2007
      • 1745

      #3
      What's your internet speed?
      Originally posted by Denny
      It's not bad here, but it could be faster.

      Comment

      • Denny
        Too lazy to set a custom title
        • Feb 2005
        • 17393

        #4
        Originally posted by dave90210
        What's your internet speed?
        100 mbps

        Comment

        • stoka
          Confirmed User
          • Dec 2005
          • 956

          #5
          that jpg is too heavy, it can be sized down to <100Kb and you won't see much or any difference

          Comment

          • j3rkules
            VIP
            • Jul 2013
            • 22111

            #6
            Pretty fast, about two seconds.

            https://tools.pingdom.com/#!/b6kIqZ/...vrpadding.com/

            Comment

            • CurrentlySober
              Too lazy to wipe my ass
              • Aug 2002
              • 38946

              #7
              I was gonna make some stupid joke about it loading faster than a female flatmate can give her boyfriend a key, but tbh there WAS a delay.

              Page hung pure white for about 7 seconds before suddenly all appearing at once. I'm in the UK on a mac using chrome as a browser and Im connected at about 75mb download speed. HTH


              👁️ 👍️ 💩

              Comment

              • NoWhErE
                Too lazy to set a custom title
                • Sep 2005
                • 10583

                #8
                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

                Comment

                • Barry-xlovecam
                  It's 42
                  • Jun 2010
                  • 18083

                  #9
                  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.

                  Comment

                  • 3xmedia
                    Confirmed User
                    • Apr 2004
                    • 5738

                    #10
                    your site is hosted on a shared hosting and there are almost 500 other sites on the server so you can't expect any great speeds.
                    ---

                    Comment

                    • dillfly2000
                      hey
                      • Mar 2012
                      • 2209

                      #11
                      Seems alight in southern Manitoba. Though I think I clicked your site before, might be some cache going on.
                      Chaturbate Affiliate

                      Comment

                      • dave90210
                        Registered User
                        • Mar 2007
                        • 1745

                        #12
                        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.
                        Originally posted by dillfly2000
                        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?
                        Originally posted by NoWhErE
                        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?
                        Originally posted by Barry-xlovecam
                        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.

                        Comment

                        • Spunky
                          I need a beer
                          • Jun 2002
                          • 133986

                          #13
                          I've got a load for her

                          Comment

                          • MiamiBoyz
                            fgfdftre6
                            • Oct 2012
                            • 6690

                            #14

                            Comment

                            • FlowerKid
                              Confirmed User
                              • Sep 2005
                              • 1045

                              #15
                              On my Vista machine it takes 3.17s using Firefox.

                              Comment

                              • money biz
                                Confirmed User
                                • Jan 2003
                                • 1016

                                #16
                                put that header on another another ip.

                                Comment

                                • dave90210
                                  Registered User
                                  • Mar 2007
                                  • 1745

                                  #17
                                  Is that bad?
                                  Originally posted by FlowerKid
                                  On my Vista machine it takes 3.17s using Firefox.
                                  It's part of a slider I can't.
                                  Originally posted by money biz
                                  put that header on another another ip.

                                  Comment

                                  • Sly
                                    Let's do some business!
                                    • Sep 2004
                                    • 31376

                                    #18
                                    From a marketing perspective, the bullet points in your header are not good at all.

                                    Nobody equates pleather with high-quality. You are listing manufacturing features which nobody really cares about, explain benefits instead which is what people want when they purchase a product. Why would someone want to buy these? Will it make the VR experience easier? Less pressure around eyes? More comfortable? Etc.

                                    Good luck.
                                    Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                                    Windows VPS now available
                                    Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                                    Click here for more details.

                                    Comment

                                    • EddyTheDog
                                      Just Doing My Own Thing
                                      • Jan 2011
                                      • 25433

                                      #19
                                      Ignore...

                                      Comment

                                      • dave90210
                                        Registered User
                                        • Mar 2007
                                        • 1745

                                        #20
                                        I'll fix that eventually! My main focus right now is the loading on the cellphones
                                        Originally posted by Sly
                                        From a marketing perspective, the bullet points in your header are not good at all.

                                        Nobody equates pleather with high-quality. You are listing manufacturing features which nobody really cares about, explain benefits instead which is what people want when they purchase a product. Why would someone want to buy these? Will it make the VR experience easier? Less pressure around eyes? More comfortable? Etc.

                                        Good luck.

                                        Comment

                                        Working...