View Revisions: Issue #15077

Summary 0015077: Create API for OGNBot-optimized Page List
Revision 2019-08-23 19:12 by matt
Description The standard WP "Pages" API is overly bulky for our needs. It pulls in the complete details of every page, along with content.

Instead, we need a "Page Summary" - page URL, title, tags, created date, last modified date, which we can then use to determine which individual pages we need to read. This also needs to be sorted by "last modified", starting with the most recent.

Ideally, this will also take a parameter to show only pages modified since (date/time)

Raise maximum entries per page to 1000 - as it's just summary data, we don't want to be sitting pulling in 100 at a time for 27k pages.
Revision 2018-07-10 14:37 by matt
Description The standard WP "Pages" API is overly bulky for our needs. It pulls in the complete details of every page, along with content.

Instead, we need a "Page Summary" - page URL, title, tags, created date, last modified date, which we can then use to determine which individual pages we need to read. This also needs to be sorted by "last modified", starting with the most recent.

Raise maximum entries per page to 1000 - as it's just summary data, we don't want to be sitting pulling in 100 at a time for 27k pages.