Changes between Initial Version and Version 1 of Ticket #12009, comment 75
- Timestamp:
- 04/11/2020 11:57:46 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12009, comment 75
initial v1 4 4 5 5 - Manage loading order. When a script tag is outputted, make sure all of its dependencies are outputted before it. When scripts are concatenated, reorder them so dependencies are before dependents. 6 - Concatenate outputting ofthe default scripts in production. This is a really nice speed increase for HTTP/1.1, but doesn't make difference for HTTP/2.6 - Concatenate the default scripts in production. This is a really nice speed increase for HTTP/1.1, but doesn't make difference for HTTP/2. 7 7 8 8 Additional functionality: