Caching POST to index.php?
-
Hi!
I’ve got a site where I have significant load time for non-cached pages (3-5s for execution of index.php).
I have mostly circumvented it by using WP Super cache.
However, site also uses AJAX for pagination and a filter plugin which uses the same AJAX and adds a couple extra GET parameters.
Both of them post to current permalink (e.g. https://www.domain.com/category/category1) and add a GET.
Usual pagination call looks like:
POST https://www.domain.com/category/category1/?paged=2
And the filter call looks like:
POST https://www.domain.com/category/category1/?filters=%5Bsome string here]Is it possible to configure WP super cache so that these two requests would also be cached?
It looks like this could be doable via update to mod rewrite rules, but might be overly complex..
Thank you for great plugin!
- The topic ‘Caching POST to index.php?’ is closed to new replies.