Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56975, comment 60


Ignore:
Timestamp:
01/20/2023 12:57:45 AM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56975, comment 60

    initial v1  
    88Seems there were few recent additions to script-loader that depart from it's main purpose. As far as I see maybe a script-loader-functions.php file is needed for all the additional things there.
    99
    10 On the the other hand it seems it's time to retire load-scripts.php and load-styles.php? load-scripts.php has been broken for quite a while now, only works for some of the old scripts. Also when HTTP/2 is used, it seems better to have separate tags (better network and browser caching), not to have different concatenated subsets of the css files.
     10On the other hand it seems it's time to retire load-scripts.php and load-styles.php? load-scripts.php has been broken for quite a while now, only works for some of the old scripts. Also when HTTP/2 is used, it seems better to have separate tags (better network and browser caching), not to have different concatenated subsets of the css files.