Questions tagged [load-time]

Load Time is amount of time (usually in seconds) that takes a browser to fully download and render a web page.

Definition

Wikipedia defines it as follows:

enter image description here

Tools

The following websites provide free and convenient tools for quick measuring web page load time along with full detailed graphs:

156 questions
-1
votes
1 answer

Time taken to load iAd in iPhone?

I have implemented iAd in my app. However, when I start my application it takes around 2 minutes to load the test ad in iPhone once. After I delete it from the background and start again it takes 10-15 seconds to load the test ad. How can I…
dks1725
  • 1,631
  • 1
  • 20
  • 29
-1
votes
2 answers

local sites not loading in acceptable time

Not sure if this is a good SO question. Please advise if not. So, I've had Apache2.2 and some local sites set up for a really long time. Suddenly, they don't want to load. I get spinning wheels and EVENTUALLY they load but, I would think localhost…
Reverend Bubbles
  • 1,363
  • 5
  • 15
  • 29
-1
votes
4 answers

Does extensive use of php echo statement make page load times slower?

I know this question has been asked before but I haven't been able to find a definitive answer. Does the overly use of the echo statement slow down end user load times? By having more echo statements in the file the file size increases so I know…
Kyle Coots
  • 2,041
  • 1
  • 18
  • 24
-2
votes
1 answer

how to get load time of a web element by selenium webdriver using java

Below is sample code: StopWatch iFrameload= new StopWatch(); iFrameload.start(); List ele= webdriver.findElements(By.tagName("iframe")); System.out.println("Total frames: "+ ele.size()); iFrameload.stop(); long…
-2
votes
1 answer

How to quickly load 50+ controls? vb.net winform

I have a large form with many controls on it(50+). The logic to show all of these isn't complex at all, just a few checks here and there depending on the user. I've tried implementing a backgroundworker and however it loads faster, the controls…
Criel
  • 805
  • 1
  • 14
  • 32
-3
votes
1 answer

Combine two http responses into one

Is it possible to send extra data attached to a http response via Java or Php? My Website is a homework-platform: One User enters homeworks into a database, and all users can then see the homeworks on the website. The current load is very…
Sir_baaron
  • 365
  • 1
  • 3
  • 11
1 2 3
10
11