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
vote
2 answers

PHP Includes and Load Time

If I add PHP includes to a page. include('example.php') - It then has to load that file which would / could slow down load time correct? Right now I am making unnecessary redirects back to the a login page if the logins are wrong via javascript…
Howdy_McGee
  • 10,422
  • 29
  • 111
  • 186
1
vote
2 answers

ios slow app load times

I have an app that has quite a large number of good sized images in it. Currently all the images are in the main application bundle. When app loads it takes about two seconds for the landing image to be replaced with the actual UI. Is load time…
cramhead
  • 1,057
  • 8
  • 21
1
vote
1 answer

How to increase the load time of a Ionic4 project when initial render?

For my project, I have used Ionic with Angular. When my ionic project first renders then the load time was too slow. This problem occurs because when the project first renders then it takes time to load all the js files. So how I can load the 'js'…
1
vote
2 answers

Load time of a binary in linux

I have a general "feeling" that applications open faster on Windows than on Linux. I know this is too vague/non-scientific but if I were to compare load time of an application e.g. VLC on Windows and Linux how would I go about ? Also, I would like…
Jamil
  • 2,150
  • 1
  • 19
  • 20
1
vote
1 answer

How the performance of a JavaFx-MySQL application can be enhanced

In my JavaFx application, i'm loading an ObservableList when a button is clicked and then display the list in a table. the controller code: @FXML private void initialize() throws SQLException, ParseException, ClassNotFoundException { …
GeekySelene
  • 847
  • 3
  • 13
  • 31
1
vote
1 answer

What do users consider an "instant" reaction?

How much time can elapse between users action and a reaction of the application to make the user feel like it was "instant" or "in an unnoticeable time span"? (Some say that 250ms, others say 100ms, whats the real number, approx?)
PJK
  • 2,082
  • 3
  • 17
  • 28
1
vote
1 answer

JMeter save load time into a variable

I cannot seem to save the load/response/sample time into a variable using RegEx. Sampler Results page Is there a way to access the results from the Sampler Results page?
MunajSyed
  • 15
  • 1
  • 6
1
vote
0 answers

How can I speed up Youtube video load time on Fancybox

Currently when user clicks on play icon, Fancybox open up Youtube video lightbox pretty quickly. Youtube video begins to auto=play but video clip is taking a very long time to load up> How can I speed up the video loading?
Sammy
  • 79
  • 1
  • 3
1
vote
1 answer

Speed up web application compilation

I have tried looking at "related" questions for answers to this but they don't seem to actually be related... Basically I have a VB.Net application with a catalogue, administration section (which can alter the catalogue, monitor page views etc etc)…
ClarkeyBoy
  • 4,934
  • 12
  • 49
  • 64
1
vote
1 answer

Combining CSS and JAVASCRIPT via intelligent automated php script

found a nice program in this discusson that combines CSS files into one, to speed up and fasten the CSS load. It works and makes all my css files into one tiny heap, BUT the page shows as text (the webpage becomes a css file, apache thinks) what can…
Sam
  • 15,254
  • 25
  • 90
  • 145
1
vote
0 answers

Server response time is too long ?Entity FrameWork and C# (code first approach)

Well, I browsed through the answers but none of them could solve the problem. When I hit the url for the first time, it takes very long time to boot up. The server response time is close to 30 sec (waiting time TTFB in chrome developer tool). The…
ABGR
  • 4,631
  • 4
  • 27
  • 49
1
vote
2 answers

How to reduce the load time of android webview?

I am developing a hybrid android app, where each click on the link opens a new activity with a new webview. The Android webview takes a lot of time to load even if the resource are cached in the local directory. I want to reduce this time as much as…
The coder
  • 31
  • 1
  • 5
1
vote
1 answer

Images taking forever to load

I have a website www.fullyawaken.com. The pictures on it are acting very erratically. One time it loads them in 5 secs, another it takes a full 30-50 secs. I've compressed all the pictures as much as possible and they are all not more than 500…
Teodor Mavrodiev
  • 175
  • 1
  • 1
  • 8
1
vote
1 answer

Determining if Heroku app is loading quickly

I recently signed up for Heroku and created a landing page. I want to know if users are waiting only reasonable amounts of time for the page to load when they click on one of my ads. Blitz.io seems like overkill. What might be the simplest…
Erik V
  • 375
  • 1
  • 4
  • 18
1
vote
0 answers

Setting up a multi lingual website - subdomains or folders?

I'm in the process of creating alternative versions of our website, to be more precise an Italian, French, American English and Spanish versions - with the aim to provide location dependent information for individual locations. There are three…