#2967 closed enhancement (fixed)
Support Forums: Add caching for user's topics and reviews count
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch dev-feedback |
Cc: |
Description
#2772 introduced two functions to get user's topics or reviews count:
wporg_support_get_user_topics_count()
wporg_support_get_user_reviews_count()
These counts should be cached, and posting a new topic or review should bust the cache.
Attachments (1)
Change History (10)
This ticket was mentioned in Slack in #meta by chetansatasiya. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Hi @SergeyBiryukov,
I have added my patch. Could you please check and let me know if you have any changes on that.