Improved Asset Loading improves a website’s front end performance, speeding up each page by only loading the functionalities needed for that page. This feature loads less code per page, which translates to significantly faster page load times and better page speed scores.
Only loading the parts of the infrastructure JS code needed on the page can result in significant JS files size reduction. See more details here.
In addition, by breaking the loading method into small chunks, users who use HTTP/2 protocol in their sites will benefit from efficient loading, due to multiplexing which allows a browser to request all the assets in parallel. This results in a dramatic performance gain.
Core improvement
Improved asset loading
The following elements will only load if used on the page.
- Lightbox and Screenful libraries (±20KB)
- Dialog library (11KB)
- Share links library (3KB)
Conditional and Inline CSS Load experimental features
For information about this, please click here.