PHP Memory limit on a post with a lot of footnotes
-
I’m getting the WordPress “white screen of death” on a particularly long post with a lot of footnotes. I know that the footnotes plugin is the culprit since I test ran the post with all of the bracketed footnote tags removed, and it displayed fine. In another test post I edited the post to remove some content and it displays fine until I hit around 285 footnotes.
I’d like to know two things: one practical and the other theoretical.
First the practical: what can I do to get my post to display with all my 318 footnotes? (The total word count for the post with the footnotes is 25,290.)
Second, the theoretical: what is the maximum number of footnotes (or size of all footnotes) that wordpress can display under default PHP server limits? (I’ve defined my WP_MEMORY_LIMIT in my wp_config.php file as 128M.)
I’m sharing the raw text of my too-many-footnotes post at my dropbox here: https://www.dropbox.com/s/h90sz2ruzqrb1fw/too_many_footnotes-post.txt?dl=1
(If you’re able to troubleshoot, note that in the text linked above I use [foot][/foot] to define footnotes using the footnotes plugin.)
I run some other plugins on my site which add code to pages but haven’t seen this problem crop up for a while. It’s only ever been a problem for long posts on my site.
- The topic ‘PHP Memory limit on a post with a lot of footnotes’ is closed to new replies.