Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Zipping Jsp Output
kvarnerexpress
post May 18 2005, 09:46 PM
Post #1


Super Member
*********

Group: Members
Posts: 407
Joined: 13-December 04
Member No.: 2,696



Dear,

Has anyone had experience with returning large sets of data to a dynamically built HTML table?

I am returning about 1000 rows from a ORACLE Server. These 1000 rows are placed into an HTML table with about 25 different columns.

I am trying to find out where is it that is slow, taking about 30 seconds for the table to display once the browser is launced. So far I think it is the actual rendering of the huge HTML table to the browser that is slow.

1) It is not SQL. Takes about 4 seconds execution time for my SQL statement to bring back 1000 rows. This should be acceptable given it has lots of conversions from datetime to varchar.

2) I am using Java Beans which generate the Dynamic HTML output to the JSPs.

3) I can tell from the print stack that the HTML table rows are being built fast. Between the completion of the HTML table and displaying to the browser, there is about a 7-8 second lag time. Is this the time the browser takes to render the HTML table?

Has anyone been through this before?

Thanks.
Go to the top of the page
 
+Quote Post
cse-icons
post May 19 2005, 06:49 AM
Post #2


Super Member
*********

Group: Members
Posts: 351
Joined: 19-October 04
From: India
Member No.: 1,824



I am not sure about the reason, but I suppose you could use some profiler or debug statements to identify the bottleneck first.
After you know which part is taking up most of the 30 seconds, you can plan as to how to deal with it..

Cheers.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Php "newline" Character Printing Fails(4)
  2. [php] Clean Code Functions(5)
  3. Arranging The Output In Right Format(1)
  4. Php Test Output(0)
  5. Bandwidth And Php(6)
  6. Zipping Jsp Output(3)


 



- Lo-Fi Version Time is now: 21st August 2008 - 01:18 PM