ISSUE:
I was getting an error in the console. "Fallback to JQueryUI Compat activated. Your store is missing a dependency for a jQueryUI widget. Identifying and addressing the dependency will drastically improve the performance of your site."
In more detail, the error shows...
// Import every plugin under the sun. Bad for performance,
// but prevents the store from breaking in situations
// where a dependency was missed during the migration from
// a monolith build of jQueryUI to a modular one
Magento to load all the files unnecessarily which is why it warns in the console in dev tools. It affects the store’s performance by having to load files it doesn’t need
SOLUTION:
It is true that when calling 'jquery/ui', it will load all the modules related. Therefore, we suggest a solution to call necessary modules in order to optimize the site performance
To resolve the issue, please edit the file app/code/Bss/SimpleDetailGroupedProduct/view/frontend/web/js/view-image.js:

If you need any further assistance, please feel free to contact us. We'd be happy to support you!
Learn more about us:
BSS Commerce is a trusted Magento 2 extensions provider with 14+ years of experience, serving 75,000+ customers worldwide. We are an Adobe Commerce Solution Bronze Partner and a Select Magento Extensions Builder, reinforcing our expertise in the Magento ecosystem.
We specialize in developing 150+ high-quality Magento 2 extensions that enhance functionality, improve user experience, and support scalable growth. Our reputation is built on long-term partnerships, positive feedback, and proven performance-driven solutions.
Explore our extensions: https://bsscommerce.com/magento-2-extensions.html
Install one of our top tier extensions - Magento B2B Extension by BSS Commerce is a flagship and widely adopted solution globally, offering advanced pricing, company account management, and streamlined workflows.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article