Make WordPress Core

#59319 closed defect (bug) (duplicate)

Pages > All Pages Memory leak with high amount of pages big DB

Reported by: harpp333's profile harpp333 Owned by:
Milestone: Priority: normal
Severity: critical Version:
Component: Administration Keywords:
Focuses: ui, administration, performance Cc:

Description

Env: About 60K pages+ database size is about 6GB 5GB or so in wp_posts

  1. Create a lot of pages 30 – 200K
  2. Click on Pages > All Pages in WP Admin

Memory Leak Occurs

  1. Delete all pages besides 1
  2. Click on Pages > All Pages tab

Memory Leak does not occur

PHP Fatal error: Allowed memory size of 10485760000 bytes exhausted (tried to allocate 163840 bytes) that is 10GB and still crashing.

Turned on all possible settings to the maximum

I've tried disabling all plugins, changing the theme ect, optimizing cleaning database. nothing helps. Probably some sort of logic issue in how it fetches data to show in the all pages tab, maybe it's trying to grab Gigs of data at a time....

Let you guys figure it out.

Change History (2)

#1 @harpp333
14 months ago

Not sure which component this falls under, but put it under Admin, I'm available to troubleshoot triage to the fullest extent.

#2 @spacedmonkey
14 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #59188.

Note: See TracTickets for help on using tickets.