On a side with 30 node types auto_nodetitle breaks the node type configuration page. The page only loads till the body configuration and than stops. There is no theme rendering. With auto_nodetitle deactivated everythings fine. Giving about 512M of PHP-Memory solves the issue - but thats not a solution...
Comments
Comment #1
banoodle commentedAnybody find a solution or work-around for this (other than increasing memory for PHP)?
Comment #2
fredklopper commentedSame here :-(
Comment #3
pobster commentedThis isn't the fault of the module, it's an exponential issue where if you have lots of data to process ... then well ... that takes a lot of memory. I tend to use this where I can; https://www.drupal.org/project/token_tweaks to restrict the depth of how far the tokens follow references and whatnot. As to whether you can get away with this, well it's down to how you use tokens for your site.
Comment #4
gaurav.kapoor commented