Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
In order to improve the site speed, I have been advises to delete unwanted/unused apps. I have done that. Then I have read that previously downloaded apps do add some codes when being installed that do not get removed when we uninstall them.
Where abouts in the code editor can I find these?
Solved! Go to the solution
This is an accepted solution.
Hello
As you can see the code in the theme.liquid or in the cart.liquid. But you need to identify first which app you have unwanted app that you have deleted. Also you need to check which code is conflcit with the app that you are using it.
This is an accepted solution.
Hello
As you can see the code in the theme.liquid or in the cart.liquid. But you need to identify first which app you have unwanted app that you have deleted. Also you need to check which code is conflcit with the app that you are using it.
Hi,
Most of the apps added there code in theme.liquid file. You need to search related phrase and delete the code, also you need to delete the file that is added by the apps if any.
Thanks