Severe performance issue with [cusrev_all_reviews] shortcode
-
Hi,
I’m using the CusRev plugin to display all reviews on a dedicated https://www.headsandtailsjewellery.co.uk/reviews/ page with the
[cusrev_all_reviews]shortcode. The page design works well, but performance is a serious problem.- Hosting provider’s X-Ray profiling shows:
• The/reviews/request takes around 87 seconds to load
• About 55% of execution time is spent inCR_All_Reviews->get_reviews()and relatedWP_Comment_Querycalls
• Additional overhead comes frompreg_replace_callbackwhen parsing shortcodes
I’d like to keep the current design (summary bar, image strip, review search, sorting, and review cards with product thumbnails) but without the extreme load times.
XRay Report linkQuestions:
- Is there a way to optimise the
[cusrev_all_reviews]shortcode for large numbers of reviews (e.g. forcing true pagination rather than “show_more”)? - Are there settings or filters/hooks available to cache or limit the heavy database queries the plugin runs (especially for images/media)?
- Is there a recommended approach for large WooCommerce stores with 5k–10k reviews that need a public-facing reviews page?
Any guidance or best practices would be appreciated, as this page is an important trust element for our store but currently an unusable page due to performance.
Thanks
- Hosting provider’s X-Ray profiling shows:
The topic ‘Severe performance issue with [cusrev_all_reviews] shortcode’ is closed to new replies.