Mobile app version of vmapp.org
Login or Join
Karen161

: What could be causing this long waiting time on page load? What could be causing a 1.18s wait time when my page loads? Just to make sure I did not have any conflicting or parallel scripts

@Karen161

Posted in: #Javascript #PageSpeed

What could be causing a 1.18s wait time when my page loads?
Just to make sure I did not have any conflicting or parallel scripts loading, I completely deleted all the script on my home page and ran the speed test again. Although I had a blank website and 5kb file size, there was still a 900ms "waiting" time.

I'm wondering if it could be my server? Any other thoughts or suggestions as it doesn't seem to be scripts.



EDIT - Just ran a DNS test on pingdom and here are my results. Does this tell me anything? No nameservers found at child?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

Typically according to my understanding of HTTP:


The Sending time is when the request headers are being upload to the server
The Waiting time is when the request is being processed by the server and before the response begins to download
The Receiving time is the time taken to download the response


My question would be does this happen for all of your pages? If so then I would assume that you don't have enough processing power on your server.

If it is only on one page, take a look at your code for that page and see if there is any part of it that could be taking a long time.

The last option could be your network speed, I think.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme