Replies: 0
I have a portal with more than 10 years, with a hundred thousand keywords.
When I use: wp_tag_cloud
Show error:
[06-Jun-2017 20:18:24 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes) in /home/site/public_html/wordpress/wp-includes/taxonomy.php on line 1433
[06-Jun-2017 20:18:24 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
I believe it is the server that does not support, because until last week this page worked normally and we did not change anything in the code.
Probably because the code tries to load all the keywords to display only the best ones.
Can I try to load only a few directly from the database, limiting the search to 100 random tags and displaying only 30 in the tag cloud?
Thank you.