Search code examples
amazon-s3drupaldrupal-7ckeditorimce-file-browser

Drupal with imce with S3 SLOW performance issue


I have configured my drupal site so that all images/files/media etc is handled my s3 by using S3 file system module.

Now everything works fine, the image/file/ field uploader works fine but there is a huge performance issue when using IMCE file browser from the WYSIWYG editor. It takes at least a minute for the browser to display its content and there are only 290 images with 78 MB used in that initial folder which should not cause such huge delays. This is having a huge impact for our editors and several minutes lost just to upload a couple of images.

I tried various pagination patch and there is no difference at all in the performance. What are my options now


Solution

  • As drilled through many forms and discussions, turns out that IMCE was not meant for S3 file system and I found this patch in pdf form(warning downloads rather than opens )

    I followed the steps in that patch which significantly improved my performance.