Slow working of a HTML aplication using a lot of DOM elements with flexbox layout attributes
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: artur.koszewski, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
Comment 1•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Updated•8 years ago
|
Comment 5•4 years ago
|
||
The original bug here seems to have been fixed.
The login page still loads (though it's only available over http - its https configuration is broken - so I've taken the liberty to drop the "s" from the URL in comment 0).
The test credentials still work to log in to a dashboard view.
When I log in, the dashboard is quite responsive. There are some noticeable delays (for me) during login, but the profiler seems to indicate that those are due to slow network loads (possibly due to my geographical location in the US rather than in poland, where I'm guessing the site is due to .pl suffix).
Here's a profile I captured: https://share.firefox.dev/3cYNjPA
It shows only 100ms with "reflow" in the backtrace, and no individual reflow in the marker chart looks particularly terrible (there's one that's 11ms long, and I think it's the worst -- and that's nowhere near the dozens-of-seconds figures reported in comment 0).
So I think this must have been fixed either on the Firefox side or on the site's side.
To Jack, from comment 4: sorry for leaving your question un-answered. If you're still seeing issues with another site, could you file a new bug and CC me on it or post the bug number here? (And please include the site's URL -- or even better, post a standalone testcase, if possible.) Thanks!
Updated•4 years ago
|
Description
•