Changes between Initial Version and Version 1 of Ticket #58433, comment 15
- Timestamp:
- 06/16/2023 07:32:04 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58433, comment 15
initial v1 7 7 As far as I see the only way the current ETAG (the `$wp_version` that includes the last built timestamp) can become outdated is if some core scripts or stylesheets were updated but WP was not build. Not sure if that's possible? 8 8 9 The patch in [https://github.com/WordPress/wordpress-develop/pull/4618 PR #4618] looks good however I'm not sure if it will fix the problem (edge case) of updating WP scripts and not building WP if that is the actual problem here. `$wp_version` is used to bust caching for many WP scripts and stylesheets, so the same problem will happen when not concatenating them.9 The patch in [https://github.com/WordPress/wordpress-develop/pull/4618 PR #4618] looks good however I'm not sure if it will fix the problem (edge case) of updating WP scripts and not building WP if that is the actual problem here. `$wp_version` is used to bust caching for many individual WP scripts and stylesheets, so the same problem will happen when not concatenating them.