[wp-trac] [WordPress Trac] #34732: Memory exhaustion on posts with thousands of comments
WordPress Trac
noreply at wordpress.org
Thu Nov 19 02:15:46 UTC 2015
#34732: Memory exhaustion on posts with thousands of comments
--------------------------+--------------------------
Reporter: pento | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4
Component: Comments | Version: trunk
Severity: blocker | Resolution:
Keywords: | Focuses: performance
--------------------------+--------------------------
Comment (by boonebgorges):
Another thing to check:
* How does the theme initialize the comments loop? What I would call the
"standard" technique is: (a) call `comments_template()` in the single-item
template(s), then (b) in comments.php,`if ( have_comments() ) {
wp_list_comments(); }`. But themes sometimes have other ways of doing it,
and it could be that these "other ways" do not properly inherit the
changes in 4.4
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34732#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list