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
1 answer

Load time pondering - Images and Domains

So I'm in the process of adding links to images on my web site, and I've come across something interesting. All the images I'm linking to are housed on another domain, but this domain happens to be located on the same server as the site I'm working…
valen
  • 807
  • 1
  • 16
  • 43
1
vote
2 answers

How to reduce QT program start-up time when using a DLL

My program relies on several DLLs during startup, including QtCore4.dll and QtGui4.dll from QT itself and ni488.dll from National Instruments. When I try using any of the functions in cbw32.dll (a 5 MB file found in the UniversalLibrary at…
SharpHawk
  • 378
  • 7
  • 19
0
votes
0 answers

using big images as background

what will be the best possible way to load such a big images as background? like htis website is using. http://www.cloud.vi-hotels.com/ the website always loades the same image in 2 diffrent sizes is this a…
user160820
  • 14,866
  • 22
  • 67
  • 94
0
votes
1 answer

SVG to VML or bitmap at loadtime

Maybe this question doesn't have a simple answer. I would like to use SVG for most of the graphics on my website but of course there will be the usual (IE) compatibility problem. So I was wondering, is there a way to render SVG images as VML or…
Bakaburg
  • 3,165
  • 4
  • 32
  • 64
0
votes
0 answers

React | MAterial UI table high load time

I am creating a material UI table based on a response from an API. the data has about 100 rows. For some of the columns, the table cells need to be text fields, that user can change on the go. However, mapping over all the rows and creating text…
FloydK
  • 3
  • 2
0
votes
1 answer

Precaching resources and load times

I've been doing some research on caching resources for a game environment. By analyzing various games both 2D and 3D, I've come up with some questions. In 2D games, such as Link to the Past, we see seemless transition from overworld to dungeon, or…
MGZero
  • 5,812
  • 5
  • 29
  • 46
0
votes
2 answers

jCarousel Image gallery with thumbnails

I currently have an image gallery with 30 - 40 images. Upon page load the user can visually see the images loading for a pretty significant amount of time (less than pretty). The gallery is using jcarousel prev / next buttons to navigate to images…
criticerz
  • 3,397
  • 3
  • 23
  • 24
0
votes
0 answers

When does static NSString* const mystring=@"SomeString" ; gets loaded into memory

I have moved all string literals getting used in my app to a header file : myheader.h--- static NSString* const mystring1=@"SomeString1" ; static NSString* const mystring2=@"SomeString2" ; static NSString* const mystring3=@"SomeString3" ; static…
0
votes
1 answer

Website taking too much time to load on browser

my website is running slow https://www.creekharbour.co/ too much server response time. FPC is also very high I have installed the LiteSpeed cache plugin. it decreases the load time but my contact form 7 stopped working. then I have to deactivate…
0
votes
2 answers

Speed up record Load time laravel using Datatable

I am working with laravel project which uses a mysql database. I have 40,000 record in my database, it's take too much time around 20 min to load page. following is the function i use to get data. plase check my code and help me to solve this…
Ahsan
  • 11
  • 3
0
votes
1 answer

Fastest/preferred method of loading data into Core Data (iOS)

I have a relatively small amount of data (stored in a static text file) that I'm loading into Core Data in my iOS app. What is the fastest or preferred method of storing static data on the device and loading data into Core Data? I've tried putting…
MrDatabase
  • 43,245
  • 41
  • 111
  • 153
0
votes
1 answer

Unable to establish Connection on the proceeding request

I have been running my JMeter script with the following setup Users: 100 Loop Controller: 5 I used Loop Controller on the http request where transactions are needed to iterate. My question is, there is a particular request which is searching where…
0
votes
1 answer

In Chrome, network request order got changed when an empty div added just below the html tag

In my project we noticed first paint time in Chrome browser got increased almost 1 sec. And after debugging we figured it out, in last release we removed an unnecessary div which was just below the html tag. This empty div is changing the request…
Shinov T
  • 862
  • 5
  • 9
0
votes
1 answer

Testing using gtmetrix.com in YSLOW shows far-future expiration error

When I am testing the site using gtmetrix.com in YSLOW, it shows this message. I don't know how to add expire headers. There are 2 static components without a far-future expiration…
Syed Khizer
  • 75
  • 1
  • 9
0
votes
0 answers

How to Check third party jquery file fully load

I want to check any third party jquery file load 100% or not. Also, jquery file in minify mode. Please tell me, how to check load jquery file after call script.