Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28410, comment 3


Ignore:
Timestamp:
05/22/2015 06:37:46 PM (9 years ago)
Author:
stevenkword
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28410, comment 3

    initial v1  
    441. Import [attachment:export-10kcomments-nested.xml.gz] using the importer
    552. Comment out `$output = $walker->paged_walk( $_comments, $r['max_depth'], $r['page'], $r['per_page'], $r );` in the function `wp_list_comments()` found in `/wp-includes/comment-template.php`
    6 3. The page should load in in under a second and the `$_comments` variable is set.
     63. The page should load in in under a second and the `$_comments` array is populated by the query results.
    77
    88We need to take a better look at the walker methods to resolve the reported issue.