Tagged Questions
The page-load-time tag has no wiki summary.
11
votes
3answers
559 views
Minify an Entire Directory While Keeping Element/Style/Script Relationships?
Do any solutions currnetly exist that can minify an entire project directory? More importantly, do any solutions exist that can shorten classnames, id's, and keep them consistent throughout all ...
7
votes
3answers
544 views
Is the “async” attribute/property useful if a script is dynamically added to the DOM?
This question is sort of a tangent to Browser support for <script async=“true” />?.
I've seen a few scripts lately that do something like this:
var s = document.createElement('script');
s.type ...
6
votes
3answers
68 views
Calling functions when needed
So in my page I have some little scripts which I dont really need to load once you visit the site and in fact the user might not need them at all in their entire session.
Also, according to this: ...
6
votes
4answers
356 views
Which is better for JavaScript load-time: Compress all in one big file or load all asynchronously?
A simple question that I'm not sure if it has a short answer!
Description
I have a files of JavaScript that to be loaded in a website here are some notes about them:
They are all comes from the ...
6
votes
2answers
2k views
How can we keep OpenX from blocking page load?
We're using OpenX to serve ads on a number of sites. If the OpenX server has problems, however, it blocks page loads on these sites. I'd rather have the sites fail gracefully, i.e. load the pages ...
3
votes
1answer
294 views
If Javascript code block is not at end of HTML file, but is using jQuery's $(document).ready(function() {…}), will it slow down the page display?
It is said that Javascript code should be all placed at the end of HTML file, so that the page content is shown first, for the user to see something (so that the user is satisfied to see something ...
3
votes
1answer
702 views
Internet Explorer 8 waits until page is completely rendered and javascript is executed
We have a pretty big web page with a bunch of javascript. When loading it in Firefox/Chrome, the page gets loaded gradually. First the html that already is received is rendered and shown and then the ...
2
votes
2answers
104 views
Few large images versus many small images
I have always thought that it is best, when forced to use images in websites, to use the smallest images as possible. However, if that means using several small images to get the same result as one ...
2
votes
1answer
1k views
A Firebug Net Panel for IE?
What are the alternatives on IE 8 that can work like the Firebug Net Panel?
1
vote
4answers
53 views
jQuery Anything Slider loading flash
I have the Anything Slider working on my site, but I can't seem to get rid of the 2-3 second flash that occurs while the page is loading. When you first visit or refresh the page you'll see what ...
1
vote
7answers
199 views
Checking page load time of several URL simultaneously
Can anyone guide me what C# code should I write for getting page load time of each URL if the URLs are given as an input ?
OR
if possible please provide me link to any software that does that. Any ...
1
vote
5answers
150 views
How to reduce the page load time?
I have a web page I run locally on a WebKit mobile browser (not on a web server) which has around 27 MB of JavaScript files, YES 27 MB of JavaScript files. It is because I have custom JSON objects and ...
1
vote
2answers
160 views
Measuring page load time of web page
Is there any way to programmatically measure load time of webpage in IE window? Can C# console application "connect" to IE window and measure load time and maybe size of a page?
Console application ...
1
vote
1answer
53 views
Is 0.1 - 0.3 seconds is good pageload time? [closed]
My forum (runnin mybb) generates pages mostly in 0.1 - 0.24 seconds (mostly 87% PHP / 13% MySQL)
Is this okay? what can i do to reduce this
1
vote
1answer
128 views
Where can I find jQuery UI examples that minimize load time and honor YSlow with scripts at the bottom?
Most of the jQuery and jQuery UI examples that I find have the scripts in the header but according to the YSlow performance rules it is best to put scripts at the bottom. That way the UI gets renders ...
1
vote
4answers
421 views
browser showing half progress bar even after page is fully rendered
what could be the reason if browser is showing progress bar (stuck at half) as if it is still trying to load something, even after the page is rendered. this is an intranet ASP.NET website. how can I ...
1
vote
4answers
228 views
Which CSS organization method is fastest?
If I have the following HTML:
<p id="p1">Paragraph 1</p>
<p id="p2">Paragraph 2</p>
<p id="p3">Paragraph 3</p>
<p id="p4">Paragraph 4</p>
how should ...
0
votes
2answers
71 views
Why are some requests on page load taking so long?
I'm using Firefox with the Firebug add-on.
As the picture below shows, there are some requests that are waiting for more than one second while the rest are completed within milliseconds as the page ...
0
votes
1answer
40 views
Visible/hidden content affecting loading speed of page? How to retrieve external data on demand?
Example: A list of linked <H4> (<a><H4>maximum 200 characters</H4></a>) and their corresponding divs (<div>maximum 10000 characters</div>) are simultaneously ...
0
votes
0answers
41 views
IIS 6.0 on windows server 2003 is taking too much time to load an image due to big amount of data (arround 50000 folders)
I am using IIS 6.0 with windows server 2003 as my hosting environment fro an asp.net web application.
Problem is that one of the two web application using same code base , same database with same ...
0
votes
1answer
56 views
Improving jQuery Mobile page render times
I have a jquery mobile page thats taking between 6-8 seconds to render on an iPhone 4.
The page load time seems okay and I've taken the necessary steps to optimise css, js etc. However, the page ...
0
votes
1answer
49 views
Writing plugin for IE
Do you have any idea how to create IE plugin which will save to log file time of page load? This plugin should report start time (when user clicks go button) and end time (when page is completely ...
0
votes
2answers
278 views
dropdown list values and viewstate adding to page size, thus increasing page load time
I'm trying to fix a particular laboratory web application (written in ASP.NET). There is a page used for quick data entry, where the end-user uses a bar code scanner to input the data. Each time ...
0
votes
1answer
86 views
How to profile browser page load using Javascript (Library)?
I've been doing a lot of research on this, but I figure I could crowd-source with what I have and see if anyone can offer additions to what I have. So I want to be able to determine page load time ...
0
votes
0answers
66 views
Load/Run “<php require…file.php…” After Rest of Page Has Loaded
On my website I have a image rotator. The page takes some time, it varies on how many pictures are in the slide show, to load the pictures. This delays the page and it takes more time to appear. ...
0
votes
1answer
30 views
Should all my static content be on a cookie-less domain?
We are currently serving a significant part of static content from an alternate (cookiefree) domain - in fact, it's a whole different IP-address as well should that matter.
This has certainly helped ...
0
votes
5answers
176 views
How can I make my 1MB home page load faster?
My home page is 1MB. For users with a 56k modem, that is enormous. My Home Page site from 500k have also used jquery.
What can I do to make the page load faster? Can I cache the ISP I use, and would ...
0
votes
3answers
523 views
Using Curl for load time testing PHP
Using PHP if I load the URL http://www.cars.com with Curl then use curl_getinfo() to find the total time it takes to load... Will it calculate the load time including all images, and anything else ...
0
votes
3answers
259 views
Testing server load time with PHP?
Is there a way to determine how long it takes a web page, and all it's content, to load with PHP?
I have already tried this:
$time_start = microtime(true);
(All the content of the web page here)
...
0
votes
2answers
358 views
How to force IE to show page content before finishing all Javascript execution?
On a Ruby on Rails development environment, a page will be shown after 30 seconds on Firefox, but takes 90 seconds on IE 8 (with IE 7 Compatibility Mode).
Further investigation shows that it should ...
0
votes
3answers
89 views
Recently my site has been slow and Ive been getting timeout messages in browser - whats wrong?
How can I diagnose timeout problems and slow page loading with my site, I have ySlow plugin in firefox and it shows that grade A/B for most pages so i would expect pages to load quickly. Should I ...
-1
votes
4answers
66 views
The best way to expedite the loading of this website
The website is http://www.kikbo.com
Is it slow enough to be costing me conversions (Maybe people in Europe)?
Here's the pingdom load time test result: ...
-6
votes
1answer
31 views
Improve Facebook app load time [closed]
I have a Facebook news app. It takes a bit of time to load the webpage in the app. But an app like Washington post loads the page much faster. How do I make my app load faster?