[wp-trac] [WordPress Trac] #34047: Split up `wp_lazyload_term_meta()`; check `$check` before lazyloading
WordPress Trac
noreply at wordpress.org
Wed Sep 30 01:34:56 UTC 2015
#34047: Split up `wp_lazyload_term_meta()`; check `$check` before lazyloading
-------------------------+---------------------------
Reporter: dlh | Owner: boonebgorges
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.4
Component: Taxonomy | Version: trunk
Severity: normal | Resolution: fixed
Keywords: | Focuses:
-------------------------+---------------------------
Changes (by boonebgorges):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"34711"]:
{{{
#!CommitTicketReference repository="" revision="34711"
Improve lazyloading of comment meta in `WP_Query` loops.
Lazy-loading logic is moved to a method on `WP_Query`. This makes it
possible
for comment feeds to take advantage of metadata lazyloading, in addition
to
comments loaded via `comments_template()`.
This new technique parallels the termmeta lazyloading technique introduced
in
[34704].
Fixes #34047.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34047#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list