The loadtime tag has no wiki summary.
8
votes
5answers
816 views
Heroku - Spin Up
I have a site that I deployed to Heroku. It's a low traffic site so if nobody goes to it for a couple hours and then go to it, it will take about 5-10 seconds to load. Any other requests to other ...
3
votes
2answers
408 views
How big is too big when coming to background images?
I am having a little issue here. I am a web development major and I am currently building this site for a project I am required to do. I wanted to make it look pretty with a background image. I ...
2
votes
2answers
44 views
General Methods to Increase Mobile Web Performance
I am in the process of speeding the perceived load time of a website specifically aimed at the mobile platforms (iPhone primarily, Android secondarily, who cares about the rest...) I have already ...
2
votes
4answers
189 views
How can I reduce the loadtime when showing multiple like buttons (about 60 buttons)?
On one of my pages I'm showing about 60 items I would like to be "likeable" via facebook. The problem is that I can not use several pages to show the items since this would reduce the usability of the ...
2
votes
7answers
239 views
what is heavier on load time: css or php requests?
I'm using a cms (Wordpress) and have a gaggle of external stylesheets I'm loading on each page, though some of these stylesheets are page specific. Overall I'm getting bad scores from Yslow and Page ...
2
votes
2answers
102 views
Html paths difference between full path and going off current?
so ive been reading up on SEO- and heard that paths should include full http://www.etc
path, does this apply for image sources and video content as well?
our does it make a difference if say a video ...
1
vote
2answers
97 views
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 ...
1
vote
1answer
73 views
What is the lightest way to load search results via Rails?
This is a question of general strategy. I've been pinging load time for a search results page I'm doctoring with sunspot_rails, and I've noticed some strange discoveries.
Sometimes results load ...
1
vote
1answer
236 views
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 ...
1
vote
1answer
322 views
Explanation of Pingdom Results
I'm trying to optimize my page load times, and I'm using Pingdom to test the site response times. However, I'm not exactly sure what the various components of the "time bar" mean.
Example link: ...
0
votes
1answer
102 views
ajax get xmlHttpRequest load time
Is there a way to get an xmlHttpRequest load time?
Otherwise I'll have to set a function that count it, so?
PS: I'm getting
Oops! Your question couldn't be submitted because:
It does not meet our ...
0
votes
2answers
57 views
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 ...
0
votes
1answer
92 views
Load time: is it quicker to parse HTML with PHP's DOMDocument or with Regular Expressions?
I'm pulling images from my Flickr account to my website, and I had used about nine lines of code to create a preg_match_all function that would pull the images.
I've read several times that it is ...
0
votes
2answers
185 views
JQuery instant addClass or hide class
When adding JQuery to hide a class it of course waits for the page to load then hides the class, same thing for 'addClass'. There has got to be a better or faster way for it to 'load' as the page is ...
0
votes
2answers
125 views
How is this delay possible?
I'm trying to optimize my website's load time because it was too long, and it still is but especially for the Jquery UI CSS images,
if you have a minute, could you please look this pingdom test?
...
0
votes
1answer
33 views
Checking the size of a webpage
Im at the moment developing a very heavy website which i need to optimize becouse of the long loading time. I was wondering what kind of tools i could use to check how large a website is in terms of ...
0
votes
6answers
244 views
How long should a page generation time take in PHP
I was searching the web for this but found no satisfying answer.
I am not talking about the time it takes the browser to render and display.
Only the part where the HTML is generated in the server ...
0
votes
1answer
215 views
Measuring page load times [server+client] with third party tools
We want to capture the page load times from server to client and not just execution time at server. This measurement is for system wide, meaning it should get the page load times from various ...
0
votes
2answers
98 views
What's the best way to make external images and JS files to not affect page load time?
On a lot of the pages I work with there are a lot of external(non-critical) external images and js files that get called that affect the load time. One of these is a tracking pixel for an ad company ...