Improve page performance for aspx page
-
Hi we have 8 usercontrols on .aspx page and we are getting data through restapi(Webservice Htttp singel Url for all 8 user controls) once we get the data from restapi and we are storing data into "Session" .Session data will be loaded for all user controls,We need to improve performance of page , how can we achieve this .Please suggest me better way. Regards, Vishnu.
-
Hi we have 8 usercontrols on .aspx page and we are getting data through restapi(Webservice Htttp singel Url for all 8 user controls) once we get the data from restapi and we are storing data into "Session" .Session data will be loaded for all user controls,We need to improve performance of page , how can we achieve this .Please suggest me better way. Regards, Vishnu.
We don't have idea about code performance but we can suggest here that use caching on service side OR Aps side.
Parwej Ahamad
-
Hi we have 8 usercontrols on .aspx page and we are getting data through restapi(Webservice Htttp singel Url for all 8 user controls) once we get the data from restapi and we are storing data into "Session" .Session data will be loaded for all user controls,We need to improve performance of page , how can we achieve this .Please suggest me better way. Regards, Vishnu.
You have left many question unanswered. What type of data? How much? How often is it used/accessed? What are your metrics for performance? How will you tell if there is an improvement? Is the data shared by users or unique to an individual user? Are the servers load balanced?
No comment