Re: How barracuda explain about DOM problem?
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
At 07:03 PM 11/13/2003 +0100, you wrote: >Surachai Lochroen wrote: > >>My friend discuss to me that barracuda use dom. It make barracuda use >>more memory. What do you think? And he suggest me to use webwork2. but I >>still love in barracuda model. It would be appreciated if you compare >>barracuda to webwork2 . >I don't have any experience with webwork2. I can only tell from experience >that this DOM overhead isn't much (if you say that it's overhead at all?). >Several of our pages sometimes contains tripple nested tables of a few >thousand rows, and our profiler doesn't show any large consumption. BTW, >when checking performance, IE needs sometimes a lot more time for >rendering a page 5-7 seconds, which is build in 250msec. Hi Merg, The result you see in IE is a result of needing to parse the whole document before it can render it any one part of it. Try modifying your markup so that only tabular data is stored in tables rather than using tables to control layout. You'll find that IE (or any browser, for that matter) will display it much faster. Jake