-
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
Mechanism to find unused assets #1324
Comments
Looks good to me! Nice and simple ✅ |
@meols This is ready for test |
@fernandolucchesi - any acceptance criteria for this? |
@fernandolucchesi Can I further split this in to published unused assets and new unused assets .. This would simplify the query and will not give "Operation timed out" error.. |
I think it is the best option |
@fernandolucchesi done. Please check now. |
Great! Approved ✅ |
@meols This can be tested now. A new folder called "Unused Files" is added under Asset Library, which has four sub folders showing list of published files which are not referenced anywhere, and list of assets which are unpublished drafts. |
@padms - I have struggled a bit with testing this – and also taken a long time, sorry! 😄 Can this functionality only be used for files (mostly pdf and xls) that are created with an “asset container” and not all file formats (images included) that are in media? |
@meols - If you see the above image, there are some assets that are not used on the actual page. If you filter for unused assets under media, you might see them as being used. In order to find which assets are actual used on the page, you have to look for unused asset references both in media and in asset library. This newly created 'Unused Files' will show the list of all such files. More about why we have to create asset reference here. |
OK, thanks @padms - Then we have two ways to find files 😄 |
Feature Flagged
The text was updated successfully, but these errors were encountered: