All Questions
Tagged with javascript performance
5
questions
-1
votes
1
answer
198
views
Improve web page load time (JavaScript file server)
I am trying to improve how fast our corporate web pages load up/render. Part of the problem is a bunch of JavaScript files.
If I put the JavaScript files, including the JavaScript files they each ...
1
vote
1
answer
77
views
Why is upload way faster and more alternating in speed than download on local machine
I am writing a speed test to determine browser-server connection speed (js+php but I don't think it matters). I send a bunch of data-packages in different sizes and measure the time they need to reach ...
1
vote
1
answer
640
views
Recommendation using Client side performance monitoring (boomerang/jiffy/episodes)
There are a few Client-side JavaScript libraries that check web-site performance on the client side:
Jiffy (http://code.google.com/p/jiffy-web/)
Episodes (http://stevesouders.com/episodes/) by Steve ...
1
vote
2
answers
197
views
Load and performance testing for webapps with JavaScript support
Years ago I used OpenSTA to perform load and performance tests for web applications. I remember that it offered great recording possibilities which enabled us to quickly create new test scripts. ...
0
votes
3
answers
2k
views
Squid slow on pages with heavy javascript
We have just started using more javascript in the web interface of an internal application(php if it matters). Now that the changes are in place it is becoming very obvious that the more javascript on ...