|
Hey all.
The ASP.NET web app project I'm currently working on is getting slower over time to re-load (In IIS or the .NET dev server). Currently it takes:
1:28 minutes to load via an F5 debug 41 seconds to refresh in browser, after a build (not rebuild...
Started by Overflew on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Namespace TracePageLoad { public partial class _Default : System.Web.UI.Page { string sLogDir = "Your path... .
Long process times on a method) then it's not your application the time in the log file and check.
Anything out of the ordinary (ie.
|
|
Is there a way to include a javascript-loaded advertisement last on the page, but have it positioned in the content? The primary purpose is to keep the javascript ad from slowing down the page load, so if there are other methods to achieve this please...
Started by britg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you can add a new load event to load.
The window.onload event so that it executes after the pages load:
window.onload = function () { // ad codes here event that doesn't interfere with your existing javascript.
|
|
Let's say that you recently ran one of those PC optimizer programs. I think it's fair to expect faster boot times, and faster application load times. But, is it fair to think that your websites should load faster or have a better experience browsing the...
Started by Brian T Hannan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
More memory and CPU time aren't going....
Marginally / "Depends".
While you might get some improvement in rendering times no, it wouldn't be fair to think that websites should load faster.
Router, everything else is beyond your control.
|
Ask your Facebook Friends
|
I have thousands of png files that I am loading using libpng and then creating OpenGLES textures out of for use in the application. Doing this is causing a huge load time lag on the iPhone. Is there any way to speed up load time?
Started by CustomAppsMan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To speed things up due to the probabilities involved - forcing the load at start time assures you you'll encounter all to drop off weighted by....
Later to save on simple IO at load time, then as they are needed I pull them in.
|
|
I am interested in opinions on what is acceptable from a user standpoint in web page loads. I talking about home fronts mostly as I am aware of the "it depends" factor related to what the user is doing. Is there a target number that big sites like CNN...
Started by Kevin Goff on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
One of selling time.....
Then your load time is 10.5 seconds.
Usually its BS that has nothing to do with the content 10 seconds to download all the other assets for the page .
Particular piece takes a l ng time to load.
|
|
I'm seeing high load average at regular times on one of my sites. I have alerts setup, but it's not obvious what's causing the high load, so I'd like to capture the state of the system when the alert goes off.
What's a good way to capture the relevant...
Started by Parand on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Use t and T keys to view forward and backwards through time.
The computer to collect data then you can run reports for both busy and non-busy times to compare activity minute intervals for a particular date.
|
|
Website Page load times on the dev machine are only a rough indicator of performance of course, and there will be many other factors when moving to production, but they're still useful as a yard-stick.
So, I was just wondering what page load times you...
Started by Sosh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
But let's not forget that:
the 20%-80% rule applies here; if it takes... .
Complete page load/render time (html download/parse/render, images downloading/display, css downloading don't want you page load time to exceed 5 seconds.
|
|
Hi how can i find out what php scripts take longest to load (in apache)? thanks
Started by ineednotes on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
You can use it to make a graphical analysis of performance or to test your... .
It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types.
And more).
|
|
I am trying to compare the performance of several Javascript libraries. Although measuring transaction times helps to determine the working performance of a library, it doesn't account for the time required to download and initiate the individual libraries...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How long the Library takes to load rather than that plus the time it takes to download.
|
|
I'm making an openGL game for iPod/iPhone.
At start I load at once all the textures I need. At first loading times where small, but as I kept developing and adding new textures the loading times have been increasing, to the point of taking many seconds...
Started by José Joel. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Thing you might want to avoid at startup time) and encode to compressed formats (reducing your loading time..
|