Hello,
I recently tried to installed a plugin with Composer but accidently ran the install on the root directory of my magento Install, instead of running it in my /plugins/ directory where I usually install all of my plugins.
It apparently broke my site once I did that.
So I removed the composer.lock and composer.json files that were added by the plugin install and my site started working again. But when I went to remove the 'vendor' directory that was added it broke my site. So i added the vendor directory back but not the composer.lock and composer.json files.
The problem now is that my site is lading very slow, and I suspect it may be because of this. Does anyone have any ideas?
Thanks
Solved! Go to Solution.
Seems to be working fine now, after a Cache Flush