Changes between Initial Version and Version 1 of Ticket #28410, comment 3
- Timestamp:
- 05/22/2015 06:37:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28410, comment 3
initial v1 4 4 1. Import [attachment:export-10kcomments-nested.xml.gz] using the importer 5 5 2. 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.6 3. The page should load in in under a second and the `$_comments` array is populated by the query results. 7 7 8 8 We need to take a better look at the walker methods to resolve the reported issue.