I have a form with a text area field. I put some text information there and send it as post request. This information is about 2M of text. Everything goes fine with server and database because post request sends this amount of data to server and mysql saves it correctly in DB. Problem is that after that I just can't render text data back into form on edit-page. Page loads only half and stops loading on that text_area. What can cause this problem? Can anyone suggest me smthing? Thanks in advance.
P.S: After deleting some amount of text from text-area and update item, it renders it properly to form on edit-page. This is sure because of amount of data but is it server or db or whatever I just can't figure it out.