can any one please help me to count how many HTTP request has to be made when i open my website Cricket News
I am trying to increase the performance and better loading on all browsers.
1 more questions
1) How many Http Requests is better for better performance?
The Firefox extensions Firebug with YSlow are an excellent way to determine this sort of metric. YSlow will give you additional optimization suggestions based on what it sees from your site.
Edit: To answer your second question, fewer HTTP requests are always better than more. There is no magic number. You have to balance doing everything you need to do in the fewest requests possible with maintainability of your code.