On Tue, May 27, 2003 at 10:36:51PM +0200, Martin Bodl?k wrote: > >First off I would say is try downloading 20030522-am off of > >hires.plkr.org, see if it helps w/ speed. > > I'm very sorry, I meant 20030522 and wrote 20030222, It's dark night > here... I should go sleep, tired I am :-) > Of course I have 20030522 now (about 3 days) and I think there is no > speed bonus. Maybe when I return to already rendered page, it is little > faster... but overall it is the same.
OK, no problem. I did notice with some testing with Lauren & jPluck that sites that predominately use <br><br> to indicate a new paragraph render alot more slowly then sites that use <p> I'd imagine that this can atleast be worked around on the parser side but the reason why you're seeing such a difference between 1.2 and the latest versions (1.4 or my copies) is that the code to render paragraphs had changed. Specifically, sites that use <p> will actually render alot faster under 1.4 than under 1.2, but that comes at the cost of sites using <br><br> rendering alot slower, etc etc. I'm not sure if there's anything specific I can do on the rendering side as I'm not that familiar with this area of the viewer. Perhaps Mike can provide some insight. A quick fix for this is to change the parser to treat <br><br> as if its <p>.. Laurens has already said that jPluck 2 will do that, but for now I cannot really provide a solution. -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

