Project

General

Profile

CSS getting loaded twice

Added by Thomas Suckow about 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


Replies (1)

RE: CSS getting loaded twice - Added by Koen Deforche over 10 years ago

This has been fixed in 3.3.1 (rc1).

    (1-1/1)