I am trying to upload images to the assets library. It works but it takes two minutes for a zip file of 300 kb. During this process the load on the machine can be 80-90 %. Can this be optimized?
Can you run some kind of profiler (like dottrace) to see what is it spending time on? 2-3 minutes for a file that size is unacceptable, and I think there is a problem somewhere else.
I am trying to upload images to the assets library. It works but it takes two minutes for a zip file of 300 kb. During this process the load on the machine can be 80-90 %. Can this be optimized?