Hello,
I have big issue with 3 field collection when i modify node
every field collection i have 6 columns data base for each is about 200 lines. it works fine in 2 months when i have alots data for each field collection my application is down.
Read node it works file but when i edit node I got
PHP Fatal error: Maximum execution time of 300 seconds exceeded in /var/www/mysite/includes/theme.inc on line 1065
because there too much data to generate form.
I don't need generate field collection form in mode edit node because with read mode we have add modify delete
i don't know if there is way to tell field collection don't generate form with edit mode

Comments

lazzyvn created an issue. See original summary.

jmuzz’s picture

Status: Active » Fixed
Related issues: +#2077773: Very slow ajax loading times?

Hi @lazzyvn .

You can prevent the form from appearing on the edit node page by going to the manage fields page for the node type and changing the widget assigned to the field collection field from embedded to hidden.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.