WPFC, AnsPress, power user
-
Hi Emre Vona. I am developer, using AnsPress Q&A plugin. I really like your plugin speed and simplicity, this is how it should be for most of users. Giving it a try after a long use of WP Super Cache.
I myself is a little bit afraid I might not have as much power over WPCF as I like to.
For example, I see you clear cache for just single page that got comment add_filter (‘wp_set_comment_status’, array($this, ‘singleDeleteCache’)); (isn’t that an action, not filter?)
but for AnsPress questions and answers are both separate records in wp_posts, both can have comments, all of that displayed on a Question page. This means if user left a comment to Answer, cache will not be cleared.Well, I guess I can hook to wp_comment myself and check if it’s on Answer, find its parent (that would be Question) and clear cache there.
1. Would you please add an option “clear all cache after every comment”?
2. Could you maybe add AnsPress support natively, like you do with wp-polls?
3. Are you aware of any pitfalls in WPFC, for example what would I have to do if I want to change browser cache from 1 month to 5 days? (you don’t have filters I can hook to over that string you render)
4. Your docs mention Preload, source at a glance have something like this, but I can’t find it in the UI.
5.}else if($rule->prefix == “startwith”){} that would be a nice thing to do: hook removing cache of all pages that belong to AnsPress after a comment there was posted (some custom logic). WPFC does not support and will never support “starts with” refresh logic?
6. Is your plugin still the best if I’m about to encounter scenarios like described above, or can you advise some other plugin that will suit me better?Thanks!
- The topic ‘WPFC, AnsPress, power user’ is closed to new replies.