[wp-trac] [WordPress Trac] #36251: Allowed memory size exhausted on wp_update_term
WordPress Trac
noreply at wordpress.org
Mon May 30 04:10:18 UTC 2016
#36251: Allowed memory size exhausted on wp_update_term
-----------------------------+---------------------------
Reporter: rahal.aboulfeth | Owner: boonebgorges
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.6
Component: Taxonomy | Version: 3.9
Severity: normal | Resolution: fixed
Keywords: | Focuses: performance
-----------------------------+---------------------------
Changes (by boonebgorges):
* owner: => boonebgorges
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"37593"]:
{{{
#!CommitTicketReference repository="" revision="37593"
Don't clear object relationship caches on term update.
Since [37573], object relationship caches (`{$taxonomy}_relationships`)
contain term IDs rather than term objects. See #36814. As such, it's no
longer
necessary to clear these caches when a term is updated; none of the data
that's
changed on update (name, description, count, etc) is stored in the
relationship
cache.
Fixes #36251.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36251#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list