Karthik Ramana

Greenhorn
+ Follow
since Jun 12, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Karthik Ramana

Hi All ,

I need some guidance from you all.... for JSP page loading.

I have developed a Jsp page which will load the data fetched from the backend.

I am sending arond 25000 records from backend. But while showing it in the front end, i am using some pagination logic ( like, based on the page number user selects from the drop down, and based on the page size user selects from drop down, will display the records ).

Here for the users i am providing an option to configure the columns for the display. ( i.e., user can select his prefered columns ).

My problem is to construct this jsp page, i am using for loop with many if cases.

So what happening is, to paint the page it takes more time. ( even though i am getting the response from server side is bit faster, in front end for construction this page is taking more time )

Can any buddy give me some suggestions to improve the loading speed of this jsp page. ???

Thank you all in advance...... !!!
14 years ago
JSP