Wordpress LScache Plugin: Purge Post Cache for WP PostRatings Plugin
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi, Have recently implemented Litespeed server with LScache and happy with the results. The only incompatibility I have is with the WP PostRatings Plugin, which according to the author does not work well with caching plugins although it did work with my previous caching plugin and the author provides a solution for WP-Fastest Cache: add_action( rate_post, wp_postratings_clear_fastest_cache, 10, 4 ) function wp_postratings_clear_fastest_cache( $post_id, $post_ratings_users, $post_ratings_score, $post_ratings_average ) if ( isset( $GLOBALS[wp_fastest_cache] ) && method_exists( $GLOBALS[wp_fastest_cache], singleDeleteCache ) ) $GLOBALS[wp_fastest_cache]->singleDeleteCache( false, $post_id ) Any suggestions would be appreciated. Hi @zalium, Thanks for telling us. We will add the compatibility of PostRatings to our next release, which prolly in this week. Please try v1.1.1 which included the WP PostRatings compatibility file. Thanks for such a speedy response and fix.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference