Changes between Version 1 and Version 2 of Ticket #32052, comment 7
- Timestamp:
- 04/22/2015 02:09:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32052, comment 7
v1 v2 8 8 With W3 enabled (and its disk Object Cache strategy): [https://blackfire.io/profiles/c2904256-f0e4-470b-b296-2250b013aac6/graph profile] [https://blackfire.io/profiles/compare/389044c7-920b-4e36-aea0-eba02568cc65/graph comparison with current] 9 9 10 To sump-up: caching this kind/amount of data in database is beneficial (from 47ms to 25ms). Enabling the Object Cache makes things even faster (from 47ms to 8ms).10 To sump-up: caching this kind/amount of data in database is beneficial (from '''47ms''' to '''25ms'''). Enabling the Object Cache makes things even faster (from 47ms to '''8ms'''). 11 11 Thanks to the transient API we use automatically the best caching strategy (db versus object cache).