Closed (won't fix)
Project:
Drupal core
Version:
5.12
Component:
forms system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2010 at 03:27 UTC
Updated:
19 Jun 2011 at 01:53 UTC
My site has 350K in {term_data}, 1 Million in {term_node}, and 240k in {nodes}. Now, when i insert or update a node, the form takes around 30 sec to save the data. I tried to disable the content of node_submit in the node module, but the save operation is still slow.
I appreciate if someone could point me out what mysql operations could be causing that delay, or the sequence of functions that are called when the form submit button is clicked.
Thanks!
Comments
Comment #1
tr commentedDrupal 5 is no longer supported.
http://drupal.org/node/2601 contains a lot of good information for tuning your server for performance.