I currently have over 270 channel fields in my database, and I’m having issues with ExpressionEngine. Specifically, when I try to add additional fields, performance is terrible and I start to get 500 Internal Server errors.
I looked at the channel_data table and noticed that I have 2 columns for each field, creating over 540 columns. Is there a way to split this into multiple tables. As of right now, I’m just trying to get the back end to work. When I go to publish or edit a channel entry for a channel that has over 100 fields, it times out. I increased the memory_limit and max_execution_time, but no dice.
Let me know if there is a way to break this up into multiple tables, or perhaps I could break it into multiple tabs and the tabs would only load once clicked. Thoughts?
Thanks in advance,
Andrew