Thursday, August 12, 2021
2 changes · master
Enhancements to existing features
Performance tests now measure JavaScript and CSS asset generation separately. This makes it easier for teams to identify which type of asset is slowing down bundle generation and focus optimization work more effectively.
Original PR description
The given time are currently quite high (arround 5 seconds for some bundles) but it is difficult to know what kind of assets are taking so much time. This commit will split js and css in order to track the generation time separatelly.
This update streamlines how helpdesk live chat commands are handled behind the scenes. It removes special setup logic so the system is easier to maintain without changing the experience for end users.
Original PR description
* = website_helpdesk_livechat Those are hard-coded methods just like any other, remove the magic call and the need to forward them to the client at init. task-2622462