Click here to Skip to main content
15,899,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an ASP.NET application with MS SQL Server back end. This application takes more time to load. It has multiple images, means multiple profile images scrolling in a listview. The application takes too much time to load.

please visit www.trustedlawyers.co.uk
and verify the loading time.

Please anyone suggest how to increase performance of the application.

Thanks,
Anjana
Posted
Comments
Shridhar Gowda 16-Feb-15 8:17am    
Hi Anjana, I think its normal behavior. I visited your link. I guess slowness is because of amout of css, js and plugins used. Not becoz of images.

1 solution

From the link you posted it is impossible to tell anything about your problem...
You have to 'frame' the exact part of your code that take too much time to execute and than probably post that code to see what can be improved...
As for the listview used to display a large/long list, you should look for an implementation of load-on-demand (use Google)...
 
Share this answer
 

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