The "Page Title List" at ./admin/reports/page-title seems to require an immense amount of memory. We're at 450M (ini_set('memory_limit') in settings.php) and get an WSOD when accessing this page. Apache's error log:

…PHP Fatal error: Allowed memory size of 471859200 bytes exhausted (tried to allocate 71 bytes)…

Maybe there is a way to code this report, whatever it is supposed to show, in a less memory consuming way so that it can be actually used?

Thanks!

Comments

ShedPhotons’s picture

Issue summary: View changes

Having the same problem with version 7.x-2.7 - is there a way to throttle it back?

karel010’s picture

The same problem indeed still exists in 7.x-2.-7. I know there are issues with generating a complete token list in extensive sites. If generating a tokenlist can be done in a separate request (Ajax) on demand, or simply be disabled when running into performance/memory issues I think we can resolve it.

DamienMcKenna’s picture

Status: Active » Closed (won't fix)

This is a problem with the Token module, not Page Title. There are existing issues for it to change the token browser to use AJAX, but it needs work.