perpetual_dream
perpetual_dream

Reputation: 1036

Drupal Save in "manage fields" page is extremely slow

I have an entity that has around 40 fields. When I try to save new fields/update exiting fields in the manage fields window, the save/post operation takes too much time (around 6 to 8 minutes). Sometimes the page is just refreshed and the newly added fields don't appear. However, I don't see errors in Drupal error log. How can I debug this problem further? Are there any optimization tips that need to be taken into consideration?

Upvotes: 0

Views: 181

Answers (1)

Taoufiq El Hattami
Taoufiq El Hattami

Reputation: 26

Did you take a look at PHP error logs?

Maybe you should increase increase your PHP memory limit.

Upvotes: 0

Related Questions