Skip to content
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

[Feature]: Thumbnail generation to slow #857

Open
yvess opened this issue Apr 24, 2024 · 0 comments
Open

[Feature]: Thumbnail generation to slow #857

yvess opened this issue Apr 24, 2024 · 0 comments

Comments

@yvess
Copy link

yvess commented Apr 24, 2024

Feature description

When I do a graphql request for an data object with new images >10 and request thumbnail generation, than I get an HTML error response "Network error: 500: Unexpected token P in JSON at position 0" this is a HTML Pimcore Error, because the thumbnail generation takes to long (2-3min and then the error comes in).

When I do the request a few times, all thumbnails are generated and the request passes.

I see that only one process is used for thumbnail generation, I think because of this sequential generation it takes way too long.

For thumbnail generation in the console you can specify how many processes it should use. Something similar would be great for graphql via datahub as well, e.g. in the datahub configuration.

Issue #514 could also be a solution for this problem, but perhaps harder to build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant