Skip to content

admin

Auto Added by WPeMatico

Magento 2 Admin Panel is Very Slow

Right now, my admin panel is very slow. I wait min 15 sec to load every grid. I created new account and logged in with it. There isn’t any problem, it loads with 2-3 sec. What should i do?

How to add Custom JS in admin side?

I want to add custom JS on product edit page in admin side. After doing some R&D, i found a solution but that didn’t work. What I have done so far, app/code/Vendor/Module/view/adminhtml/layout/catalog_product_bundling_tags.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”admin-2columns-left” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <script… Read More »How to add Custom JS in admin side?