Added by Thomas Suckow over 11 years ago
The CSS stylesheets are being loaded twice on Chrome (untested elsewhere). The javascript call addStyleSheet creating elements and then the page loads "request=style" which contains @import statements for the same stylesheets.
This results in the chrome style browser displaying the same file twice for everything and probably is incurring a non-zero overhead to rendering pages.
Wt version: git 53cd144
This has been fixed in 3.3.1 (rc1).