MantisBT - Site
View Issue Details
0003363Site[All Projects] Bugpublic2018-01-23 17:082018-04-10 19:18
Korshun 
 
normalminoralways
newopen 
MicrosoftWindowsXP/Vista/7
0003363: Flash of Unstyled Content on Zandronum Forums
Every page load on Zandronum Forums has a visible flash of unstyled content in Firefox.

Other parts of the site (main, wiki, tracker) don't have this issue.
No tags attached.
Issue History
2018-01-23 17:08KorshunNew Issue
2018-01-23 17:33KorshunNote Added: 0019010
2018-04-10 19:16KorshunNote Added: 0019163
2018-04-10 19:18KorshunNote Edited: 0019163bug_revision_view_page.php?bugnote_id=19163#r11491

Notes
(0019010)
Korshun   
2018-01-23 17:33   
This problem doesn't seem to be present in Chrome.
(0019163)
Korshun   
2018-04-10 19:16   
(edited on: 2018-04-10 19:18)
This, and generally slow loading, seems to be caused by Zandronum forums loading 10 separate CSS files from a single domain, which may kill performance in HTTP 1, as it only loads 4 files in parallel from a single domain.

Given that zandronum.com is fully HTTPS-only, why not just enable HTTP 2 on the web server to speed it up? Then you don't need to merge CSS files to get acceptable performance.