-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send update pings to AMP Caches #598
Comments
Related: #2382 (Dynamically load list of AMP Caches). |
We need to get more clarity on this API before we dig into this. |
What needs to happen to move this forward? I see a lot of problems and complaints out in the wild about cache staleness, the lack of tools to sync/update data, etc. Anecdotally, it's a big barrier to adoption from a lot of organizations who might otherwise be convinced to make the leap! |
Yes! I'd say this is the #1 issue we're still facing with AMP daily. I recently tried to make another effort to revive this task so hopefully we'll get some much-needed clarity regarding caches soon so that @westonruter can proceed with the implementation. cc @morsssss |
Yes, we can't really move forward with some cache purging logic in the AMP plugin until there is more clarity on purging the AMP Cache(s) generally. |
Hi there @westonruter! My team is looking to build an admin interface for AMP Cache purging by URL. Our implementation plan is as follows:
I encountered this issue for sending update pings, and wanted to check – would the above scope be useful as a contribution to the AMP WP plugin? Or are there still issues with purging AMP Cache that need to be clarified before this can be pursued (per above comment from Jan '20)? cc @ethitter |
Hi The implementation plan seems sound. My main concern is that the What I suggest is that you first implement this in a standalone extension plugin for the AMP plugin and verify that it works as expected. By being in a separate “feature plugin” to start with, there won't be issues with the PR going stale or being blocked by a plugin release. Once the feature plugin is working then it could be merged into the AMP plugin directly. |
Hi @laras126, I think this tag was for you. |
On post update and delete. See
https://developers.google.com/amp/cache/update-pinghttps://developers.google.com/amp/cache/update-cacheThe text was updated successfully, but these errors were encountered: