Changes between Initial Version and Version 1 of Ticket #3474, comment 3
- Timestamp:
- 02/21/2018 07:51:11 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3474, comment 3
initial v1 3 3 - Can we cache the API endpoint responses based on the `REQUEST_URI` alone? (If possible, reliance upon `$_POST` and `$_SERVER` vars means caching isn't really viable) At present it appears as such. 4 4 - How is it planned for the `upgrade_url` parameter passed to be host-specific? What data would be used? 5 - Including the URL to `https://wordpress.org/support/upgrade-php/` seems like a worthwhile idea at first, although having it hard-coded in core would allow for locales to translate it into their own languages - which makes it seem far more important5 - Including the URL to `https://wordpress.org/support/upgrade-php/` seems like a worthwhile idea at first, although having it hard-coded in core would allow for locales to translate it into their own languages - which is far more important than it being included in the API. 6 6 7 7 To clarify: