-
Notifications
You must be signed in to change notification settings - Fork 8
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
Poor performance #38
Comments
Found the same thing, massive timeouts with some folder that make this plugin unusable, sorry to say! |
Same here. As soon as the usage column is enabled, a folder with <100 files goes from a couple hundred miliseconds to multiple seconds load time. @roelvanhintum I had a look how the count is implemented, pretty sure this is the culprit: https://github.com/born05/craft-assetusage/blob/craft4/src/services/Asset.php#L30-L39 The additional call to The service uses a direct query against the |
Same here, on sites with a lots of content, it really makes the CMS unusable. We ran into performance issues because of running a LIKE '%__%' with no index. On Craft 5. |
Same #32
We will deactivate this plugin because we have timeouts and the asset list doesn't load when the plugin is activate.
Enabling the plugin and switching on the usage columns causes the asset index screens to load very slowly.
Craft CMS 4.4.6 | Asset Usage 3.1.0 | PHP version 8.2.2
The text was updated successfully, but these errors were encountered: