"maximum execution time" when you try to send a form via ajax
I'm using droppics component to create image gallery. It has the functionality for editing (crop, rotate, etc ...). The point is that when we save changes to the image, the component sends the data (image) via ajax.
When the Admin Tools System plugin is habilidado there is an error "maximum execution time" on line # 199 file "plugins/system/admintools/feature/abstract.php"
I disabled the line below and it worked!
# 199 -> $ result = preg_match ($ regex, $ v);
Please see the example below and tell me if you have any idea how to solve this problem !!
I believe that the problem is in data size referring to the image that is passed via ajax.
is attached a sample of data sent!