slow « performance « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » performance » slow 

1. jQuery html() acting really slow    stackoverflow.com

I was testing something I read earlier about how random Math.random() really is, and wanted to display 10000 numbers that was supposed to be a random number between 0 and 10000000. To ...

2. Why is this jQuery selector so slow?    stackoverflow.com

Based on testing a page with ~220 elements, of which ~200 are checkbox elements, and each element has to query an array with ~200 items, I was surprised to discover that ...

3. Javascript Running slow in IE    stackoverflow.com

Javascript is running extremely slow on IE on some pages in our site. Profiling seems to show that the following methods are taking the most time: (Method, count, inclusive time, exclusive time)
JScript ...

4. IIS Slow response on POST requests    stackoverflow.com

I have a web app that is calling a web handler .ashx via jquery POST on the production server it works fine but on the testing and locally all POST requests ...

5. Slow performance when working with multiple XML files    stackoverflow.com

I'm trying to work with two XML files. I use the second highlighted answer in this thread [1] as a base script. This is what I got:

jQuery.extend({
getValues: function(url) {
var result = null;
$.ajax({
 ...

6. jquery ajax is slow because of IIS windows 2003 or it is related to something else    stackoverflow.com

i am coding with php on IIS 6.0 Win2003 server. I have another web site on Linux server. Both have similar jquery ajax calls nothing difference but in iis the success ...

7. slow jquery performance    stackoverflow.com

I have about 200 small icons (4kb) on my web page on click on a menu i want the icons to dim out im using this function

if (which!="all")
{     ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.