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 kb's to use that as a meassuring tool to optimize it.
Asked
Active
Viewed 92 times
0
-
Here's an article I wrote on the topic, with three very different approaches: http://blog.smartbear.com/software-quality/bid/236325/Website-Performance-Measurement-Tools-From-Brute-Force-to-Relative-Elegance – Andy Lester Dec 28 '12 at 21:18
1 Answers
0
You could use FireBug and the Network Monitoring feature. And as suggested by @Artem K. in the comments section you could also take a look at YSlow.

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928
-
@Artem K., yes this is a good one. I will update my answer to include it. Thanks. – Darin Dimitrov Jan 01 '11 at 10:23