mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 03:34:33 +00:00
504deb52fce61046959c816aeb9d646fc86eac0c
[34268] introduced cache priming for commentmeta, enabled by default. To ensure performance on single post pages - where commentmeta is most likely to cause performance issues - we disable up-front cache-priming. Instead, we prime commentmeta caches for all comments in the loop the first time `get_comment_meta()` is called on the page. Props bradt, dd32, wonderboymusic, boonebgorges. Fixes #16894. git-svn-id: https://develop.svn.wordpress.org/trunk@34270 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%