Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Folks,

I have Requirement to Improve the Page Performance by Reducing the Loading Time
as the Page Has Multiple Usercontrols it Takes almost 8 seconds to load entire page

Page includes with no of stored procedures
and User controls
and customer js files
and jqxgrid js and css files

How could i reduce the Loading time to Optimize my Page Performance

and Suggestions


Thanks,
Syed
Posted

1 solution

Are you sure its the css and js causing the problem? 8 seconds sounds extreme for that. I'd be suspicious of the stored procedures. Start by benchmarking them separately.

For minifying CSS you can check: (YUI Compressor) or (CSSMin).
YUI Compressor also minifies JS, as does (JSMin).
 
Share this answer
 
v2
Comments
[no name] 15-Oct-14 5:47am    
yes Rob.
It Includes all .but i am not sure which should be optimized

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900