-
- Downloads
[IMP] website, *: lazy load most frontend javascript
* web, survey This commit takes advantage of the other commits of this PR to enable lazy loading for most frontend javascript: 1) Extract the minimum part of the assets common: - promises library and polyfill - boot.js 2) Create "assets_common_lazy" which is "assets_common" - "minimum" 3) Include the "minimum" assets in frontend layouts using "defer" loading and "assets_common_lazy" using "lazy" loading 4) Create a script to do the actual lazy loading in a "minimum" frontend assets 5) Lazy load the current frontend / website editor assets Part of https://github.com/odoo/odoo/pull/32181 task-1961045
Showing
- addons/survey/views/survey_templates.xml 1 addition, 1 deletionaddons/survey/views/survey_templates.xml
- addons/web/static/src/js/public/lazyloader.js 42 additions, 0 deletionsaddons/web/static/src/js/public/lazyloader.js
- addons/web/views/webclient_templates.xml 39 additions, 9 deletionsaddons/web/views/webclient_templates.xml
- addons/web_tour/static/src/js/public/tour_manager.js 21 additions, 0 deletionsaddons/web_tour/static/src/js/public/tour_manager.js
- addons/web_tour/static/src/js/tour_manager.js 25 additions, 5 deletionsaddons/web_tour/static/src/js/tour_manager.js
- addons/web_tour/static/src/js/tour_service.js 10 additions, 20 deletionsaddons/web_tour/static/src/js/tour_service.js
- addons/web_tour/views/tour_templates.xml 6 additions, 0 deletionsaddons/web_tour/views/tour_templates.xml
- addons/website/static/src/js/menu/customize.js 3 additions, 2 deletionsaddons/website/static/src/js/menu/customize.js
- addons/website/views/website_templates.xml 1 addition, 1 deletionaddons/website/views/website_templates.xml
Loading
Please register or sign in to comment