Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
515 views

How is jQuery so fast?

I have a rather large application which, on the admin frontend, takes a few seconds to load a page because of all the pageviews that it has to load into objects before displaying anything. Its a bit ...
6
votes
6answers
728 views

Are there any free tools to help me simulate load on a server?

I have a problem. I need to simulate load on my web server, but all the tools that I see are not free. Can anyone recommend me some free tools that simulate load on a web server?
5
votes
4answers
757 views

Alternative to Pingdom website monitoring service [closed]

I need a website monitoring service to make sure my app is not only up but also responsive. Pingdom is great, but just so expensive. Is there anything like it but more affordable? Ideally the web ...
5
votes
6answers
2k views

Slow ASP.NET app load times - Can I track/trace/time the whole load cycle?

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 ...
4
votes
9answers
987 views

How to decrease the page load time in ASP.NET application?

How to decrease the page load time in ASP.NET application? What should be the precautions and specially when we are interacting with databases e.g. wise use of viewstate Set in web.config when ...
3
votes
2answers
210 views

Ajax.net - Improve Page Load Time

here's my problem. I'm developing a website that will allow users to book hotels all around the world, just like booking.com, expedia.com, etc. When the user searches for hotels in a certain city, I ...
2
votes
1answer
43 views

When are javascripts loaders slower than the traditional approach?

I have an app that has a bunch of resources. Having read about javascript loaders I decided to see what kind of boost I'd get from loading resources asynchronously. To my surprise I found that using ...
2
votes
0answers
186 views

ASP.NET Productivity Power tools “fix mixed tabs” witch one gives the cleanes HTML?

I have the productivity power tools installed in my Visual Studion 2010 installation. My college frontend developer is working on a mac. When I implement his html in VS the "fix mixed tabs" component ...
2
votes
1answer
156 views

What is causing IE 8 to pause on Site load?

Hey guys, I am trying to see if any of you have experience the same thing I am with Internet Explorer 8. When I go to load a site I built, I can see the whole page is loaded but it pauses for like 8 ...
2
votes
4answers
194 views

Compile-time, load-time, run-time: phases of… what?

Sorry for the confusing title :P I'm sure I should know this but I always have trouble with terminology. I can't figure out the right word to put in the blank space in the following sentence: ...
1
vote
0answers
25 views

Blackberry BrowserField2 extreemly slow loading times

I am currently trying to load some pages with a BrowserField2 but the loading time takes way to long. Loading the same page in the OS Browser works fine (<5 sec) but loading it within my app takes ...
1
vote
3answers
25 views

How can I/should I better combine numerous style declarations?

Is it better/faster to (1) stack selectors in style declarations, (2) stack classes in HTML tags, or (3) stack duplicate declarations in unique selectors? To clarify my question, I will show you ...
1
vote
1answer
59 views

Increasing page load time

I have a javascript source code file which is about 32kb, and has javascript code arranged in modules. I was wondering if it would increase page load time if i put each module into a separate file as ...
1
vote
3answers
2k views

Fancybox causing slow load times in IE?

I'm using Fancybox v.1.3.4 to display videos in an iframe on this page. The Fancybox and the videos display fine, but the problem is that, since adding the code, I'm getting a huge pause when loading ...
1
vote
1answer
53 views

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, ...
1
vote
2answers
349 views

ActiveRecord Custom Query vs find_by_sql loading

I have a Custom Query that look like this self.account.websites.find(:all,:joins => [:group_websites => {:group => :users}],:conditions=>["users.id =?",self]) where self is a User ...
1
vote
1answer
150 views

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 ...
1
vote
2answers
708 views

Does display:none keep elements from loading?

I have a large video file that I want to put on my main page. I don't want it to bog down the loading time, so I was thinking I could just set it to display:none and then change the display after the ...
1
vote
3answers
155 views

Figuring out page size with YSlow / Web Developer extension

I'm trying to figure out how much javascript is being loaded on my website. I'm using Reducisaurus to shrink my js files. The problem is, this is causing both YSlow and the Web Developer extension ...
1
vote
4answers
491 views

Internet Explorer takes considerably more time to load than FireFox— to the point where it actually freezes. How can I prevent this?

One of our main pages takes an immense amount of time to load in IE8 (have not tried IE7 or 6). It's so bad that IE actually freezes up for a few seconds while trying to load the page. Firefox is ...
1
vote
8answers
875 views

Large application/file load-time

I'm sure many have noticed that when you have a large application (i.e. something requiring a few MBs of DLLs) it loads much faster the second time than the first time. The same happens if you read a ...
0
votes
2answers
110 views

Load timer on SWFObject for SWF load time

Having a number of people complaining of slow load times on an SWF, but it appears fine this end. I'd like to add a load timer in the SWFObject javascript to time how long it takes to load an SWF and ...
0
votes
1answer
127 views

triggering client-side filtering at load time in a jqGrid

I'm trying to get a JqGrid to do some client-side filtering (and sorting) just after it has finished loading in the data. I can set the search-field correctly, but calling TriggerToolbar() doesn't ...
0
votes
0answers
21 views

iOS linked frameworks affecting load time?

I've got an iOS app that links to 15 Apple frameworks (including the ~3 basic ones every app uses). I've noticed that my app's load time, and time restoring from the background, is pretty high, though ...
0
votes
1answer
95 views

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 ...
0
votes
2answers
373 views

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 ...
0
votes
2answers
256 views

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 ...
0
votes
1answer
178 views

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 ...
0
votes
1answer
292 views

Load multiple images in order once they are loaded

I have four images of various sizes. I want them to load in a certain sequence. If I use a load handler they will just appear once they are loaded, and not necessary in order. But if I set them to ...
-1
votes
1answer
88 views

Time taken to load iAd in iPhone?

I have implemented iAd in my app. However, when I start my application it takes around 2 minutes to load the test ad in iPhone once. After I delete it from the background and start again it takes ...