Fatal error: Allowed memory size exhausted while using transients
-
Hi,
I’m using a shortcode for listing around 130 posts on my frontpage in a comparison with some meta-data. To improve the performance, I was trying to save this data in a transient, so that the query will not be executed each time.
In this comparison each post has also an affiliate-link masked with your plugin.
If I’m loading the page for the first time, it’s working fine, but reloading it (after the first time he should use the transient instead), it’s broken because auf memory exhausting:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 521153 bytes) in xxxxx/wp-content/plugins/pretty-link/pro/app/controllers/PlpKeywordsController.php on line 255
After deactivating the pretty link plugin it’s working fine, so the problem seems to be based in interaction with this plugin.
I was also trying to raise the memory limit via wp-config, but this didn’t seem to fix anything.
Is the plugin not able to deal with such big transients or is there an option I need to deactivate, that it will work properly?
Thanks a lot!
- The topic ‘Fatal error: Allowed memory size exhausted while using transients’ is closed to new replies.