Partial HTML rendering when editing posts related to amount of widgets
-
Hi,
With my latest project i have run into some seriously weird WP-admin behaviour, and it has been getting worse and worse along the way.
The weird behaviour is the wp-admin parts not working as they should, but not with errors and such, but with partially ‘rendered’ html pages. This resulted in partially functional pages. For instance the post.php html stops somewhere in the do_action(admin_print_footer_scripts) resulting in not completing the full html and therefor a none working tinyMCE editor..
I investigated this, put in many var_dump(); and exit; on specific places and then I did get to see the result you would aspect, but without the HTML is just incomplete. The strange thing is: sometimes it just works normally.
These pages not working is getting worse with my growing number of widgets (now around 40), many of which are from 4 plugins. So I’m guessing it is some sort of performance issue on some level.
I have seen this sort of behavior before, that was ultimately related to too many SQL connections being setup/used within a single request. Consequently I raised this limit from 200 to 500 on the server. This eliminated my problems on the widget admin page; which you can imagine is a total query extravaganza with over 40 widgets quering their data and dropdown lists of pages etc.
However the partial HTML problem for just editing posts remains ??
One more thing: the page itself renders very quickly, but just incomplete.
I hope someone can help me out here, or at least give some pointers on where to look.
- The topic ‘Partial HTML rendering when editing posts related to amount of widgets’ is closed to new replies.