Changes between Version 1 and Version 2 of Ticket #53170, comment 7
- Timestamp:
- 05/26/2021 12:34:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53170, comment 7
v1 v2 7 7 I agree with you, just removing the content from the feed that URL returns does not seem like a good solution, as it might break implementations that are relying on that URL to return the feed with the content, the same for the current transient feed. 8 8 9 So I wonder if it would make sense to add a new endpoint, such as https://wordpress.org/news/feed?minimal, that would serve the feed without the content, to be stored as a separate transient `feed_minimal` for usage on allthose places except the "RSS block".9 So I wonder if it would make sense to add a new endpoint, such as https://wordpress.org/news/feed?minimal, that would serve the feed without the content, to be stored as a separate transient `feed_minimal` for usage on those places except the "RSS block". 10 10 11 11 So we keep the current URL behavior as it is, as to not break any implementation that might be relying on that URL to return the content, but we add a control structure ?minimal to be able to fetch a smaller version of the feed for the places where the content are not necessary, such as the Dashboard Widget, which should probably be responsible for 99.9% of the hits to that URL.