RE: [Doxygen-develop] Firefox performance
Brought to you by:
dimitri
From: Nikolay M. <N.M...@te...> - 2005-08-11 13:24:19
|
Dimitri, I am using the latest version of Doxygen 1.4.4 and the latest version of Firefox 1.0.6 in Windows XP SP2. And I am still finding that IE (version 6) outperforms firefox by far. Do you have any clue why this is? This is only really apparent on a large project.=20 Nikolay -----Original Message----- From: Dimitri van Heesch [mailto:di...@st...]=20 Sent: 11 August 2005 2:16 PM To: Nikolay Metchev Cc: dox...@li... Subject: Re: [Doxygen-develop] Firefox performance On Tue, Aug 02, 2005 at 10:31:33AM +0100, Nikolay Metchev wrote: > Is there anything that could be done to the HTML output of doxygen to=20 > improve performance on Firefox? > =20 > On projects with lots of source code doxygen seems to generate=20 > JavaScript which makes Firefox struggle. > =20 > Here is the bug report in mozilla: > https://bugzilla.mozilla.org/show_bug.cgi?id=3D218308 Interesting! > That bug report suggests one improvement comment 6. But perhaps a=20 > rework of the html is more desirable? For quite some time (i.e more than 2 years) doxygen uses a completely different way of producing the tree view. Doxygen now generates all output in HTML form and uses a single Javascript function to toggle opening and closing of folders. So any performance issues mentioned in this bug report do not apply anymore! Regards, Dimitri |