-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media Manager is very slow with a large quantity of images #75
Comments
Hi, In my last release, you can add a twig_extension to handle image preview: and resize (for example) image preview |
or if you don't need a preview, override my template and delete the column. |
Thank you @artgris but even with a filter that crops my images to 20px20 it takes around of 2min and more than 526 alocated memory to load the images. And even after I override the template "preview.html.twig" the loading time remain the same. Maybe the best solution here will be to add pagination and load only 20 or a user specified number of images per page. Thank you |
I'm hitting similar issues even with a smaller amount of images. Maybe the best approach is to add a pagination. And a configuration option to disable crawling the subdirectories of the main folder (which is used from the configuration), so that you can use a folder only on one level. |
This might be improved if #98 gets approved. No silver bullet yet though.
|
Hello,
My project have a folder with around of 400 000 images in other 20 folder filled with images. When I try to open the "Media Manager" it takes around of 5 minutes to load the page [and my mac goes crazy ].
I saw that the tool supports lazy loading but even with lazy loading 400 000 seems to be too much for it.
Is there any setting that I am missing? Please advice?
Thank you very much for this tool.
The text was updated successfully, but these errors were encountered: