Changes between Version 1 and Version 2 of Ticket #6221, comment 8
- Timestamp:
- 04/07/2015 07:22:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6221, comment 8
v1 v2 7 7 * Cache clearing functions are also consolidated rather than being separate (see bp-messages-cache.php). 8 8 9 This handles the majority of uncached message DB queries. 9 This handles the majority of uncached message DB queries. For the inbox page, if there are 10 message threads in the loop, we save 20 DB queries. On a single message thread, we save 5 DB queries.