• Hey Peter,

    My site uses WP’s built in post pagination logic by including the “<!–nextpage–>” link within post text. The “post and taxonomy pages” clearing method does not catch theses extra pages. I think you could get them with a few extra lines in clear() utilizing get_pagenum_link(). Here’s the reference page on this, looks a little hazy on individual post pagination though.

    As a workaround to this and the other feature I just requested, I’m using the full cache purging option. Long term it would be better to know what pages we actually need to clear, but this means no hurry from me on getting this implemented (obviously, since I’m not doing any of the work) :). Thanks again for a great plugin.

    -Zach

    http://wordpress.org/plugins/wp-ffpc/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    Hi,

    I don’t think I’d want to do this, it would make things very nasty and overcomplicated with background tasks that are already an issue and a risk with PHP.

    Please try the precache functionality for precaching. I know it’s not that precise and practically caches everything; might worth later to give more control what to precache, eg. to be able to select posts, pages, taxonomies, etc. to exclude / include.

    Thread Starter DrChocolate

    (@drchocolate)

    Hey Peter,

    I’m not actually trying to precache these extra post pages; I’m trying to remove them from the cache. I understand that you’d want to limit calling WP functions as much as possible, but you’d only need to call it once for the currently published/updated post.

    I can work on this too if you like, but it’ll be a few weeks before I can get to it.

    -Zach

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Feature: Clear post pages for paginated posts’ is closed to new replies.