Purpose is to cache metadata about page URLs on the frontend, in order to enable other functionality such as:
- Return how to get data for current page (useful for pages with any URL)
- Return frontend URL for an item in the CMS (e.g. WordPress)
- Initial API skeleton, which we can then add functionality to clear cache for a page, link to view page in CMS, preview page in CMS
- Generate breadcrumb for current page
- Generate Google Sitemap
- Generate RSS feeds (need to use GUID which does not change for RSS feeds)
Work
Look at storing this in SQLite.
Purpose is to cache metadata about page URLs on the frontend, in order to enable other functionality such as:
Work
Look at storing this in SQLite.