Allowed Memory Size Exhausted: Where a WordPress Request’s Memory Goes
Raising the memory limit hides the real question: what in this request needed that much? How to measure peak memory per request and per plugin, the autoload and transient costs every page pays, the PHP array shape that multiplies memory, and the unbounded queries behind most fatals.