I've quantified the problem with the following test using the latest
versions of Opera, Firefox, Safari, Chrome and IE running under
Windows XP SP2.
1. Two pages of random alphabetic text enclosed in <html> ... </
html>: ~10 seconds to display in Opera.
2. Four pages of random alphabetic text enclosed in <html> ... </
html>: ~40 seconds to display in Opera.
3. Eight pages of random alphabetic text enclosed in <html> ... </
html>: ~150 seconds to display in Opera.
There is something exponential going on here! All the other browsers
complete each test in ~1 second, as does Opera if the <html> ... </
html> tags are removed.
Does anybody know what is going on here?
Just to clarify, are you using any enhancements for HTML? Like the
HTML formatting plugin?
I've generally found Opera performance to be excellent. It only seems
to be this TiddlyWiki <html>...</html> scenario that gives it
indigestion. At first I was suspecting a bug in Opera regexp
matching, but looking at the TiddlyWiki code the regexp for <html>
parsing looks so straightforward it is hard to see how Opera could be
getting it wrong.
I cannot seem to reproduce this (Opera 10.10.4742 on Ubuntu).
Do you have a test case?
Have you tried creating a fresh browser profile (not sure whether this
is as easy on Opera as it is with Firefox though).
-- F.
> I cannot seem to reproduce this (Opera 10.10.4742 on Ubuntu).
Thanks, that is potentially good news, i.e., it would appear that the
problem is not inherent to Opera.
I'll do some more tests, including a fresh bowser profile and frech
TiddlyWiki to see if I can narrow down what's triggering this ...