battle.wazana.io game loads slowly after starting it
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | wontfix |
firefox81 | --- | wontfix |
firefox82 | --- | fix-optional |
People
(Reporter: cfogel, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(1 file)
29.31 KB,
text/plain
|
Details |
Affected versions
- 80.0b4, 81.0a1 (2020-08-06)
Affected platforms
- Windows 10, macOS 10.15.5;
Steps to reproduce
- Launch Firefox and access https://battle.wazana.io/
- Try to play the game;
- pick faction, scroll @map to find rectangles on which to pick your position, after that press Start so the game starts up;
Expected result
- game is playable;
Actual result
- go make yourself a coffee, read the news because the loading times are horrible;
Regression range
- will check and provide info asap;
Additional notes
- suggested severity is S4 due to this not being the most popular link/game/website.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
•
|
||
Looks like canvas issue. Windows10+Intel HD 5500 mobile iGPU
Without remote canvas: https://share.firefox.dev/2PyY2Hg
Perf is still bad with remote canvas
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Chrome is quite smooth on this
Comment 4•2 years ago
|
||
Jeff, is this known?
Comment 5•2 years ago
|
||
The game uses fillText and strokeText while the canvas shadow properties are set. So we construct an intermediate DrawTarget to apply the shadow, on every call to fillText/strokeText.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Does "depends on bug 1560450" mean, the regressing bug is bug 1468801 ?
Comment 7•2 years ago
|
||
Probably, but it's not a useful dependency for us here. Bug 1560450 is the core "there was a regression" bug. Most of these bugs could be duped to 1560450, but I want to keep them distinct for now.
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 8•2 years ago
|
||
In an attempt to get the regression range, I've noticed a huge improvement in the usability of the game/site.
As reference, the same load timers are on 67.0a1 (2019-03-03) and 78.0a1 (2020-09-20) are similar to other browsers such as Chrome.
Description
•