Search Issue Tracker
In Progress
Fix In Review for 6000.0.X
Votes
0
Found in
6000.0.61f1
Issue ID
UUM-125744
Regression
Yes
WebGPU performance regression
Steps to reproduce:
- Build a project in Development Mode
 - In the Chrome DevTools, select Source and select the framework.js file
 - Search for wgpuLinkParentAndChild.
 
Actual results: 
wgpuLinkParentAndChild has the code 
parent.derivedObjects = {};
which is the source of the performance issue in Chrome.
Expected results: 
wgpuLinkParentAndChild has the code 
parent.derivedObjects = new Map();
Reproducible with versions: 
6000.0.59f
Not reproducible with versions: 
6000.0.27f.
Can’t test with versions:
Tested on (OS):
Notes:
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 - Addressables Profiles window UI break when creating a new Variable with a long name
 - No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
 - Blurry, low quality Active Profile icon used in Addressables Profiles window
 - Tree Asset Preview window is not updated after assigning a new Material
 
Resolution Note (fix version 6000.0):
Fix WebGPU performance regression