Our website is loading slow all of a sudden and seems that sometimes it is ok but sometimes is taking quite a while. And this issue seems to occur only recently. There is this particular thing “https://shopoe.net/app.js” that is taking up quite a bit of loading time but I noticed this does not occur everytime. I am not sure which Shopify app is causing this or how to solve this. Please refer to attachment for the screenshot.
The store theme is Turbo Theme from Out of the Sandbox.
That script is called in your theme.liquid’s header which may or may not be related to a popapp script in the same area|line.> > You should be running tests before and after installing apps and trying to note related files.> > Additionally keep track of any file changes using version control.
I think the poster above mentioned that you can look at that to see which app is causing it.
Thanks!!! I tried to access the theme.liquid file and saw that this script coding is appearing below this “sca.storepickup” and “sca-customerinfo” codings.
I’m not very familar with this but do you mean that this error may be related to these app?
I do have this “Intuitive Shipping” App that have store pickup function, while the other “sca-customerinfo” not sure is it related to this app as well or is this some other app?
Then to try and track down the source click “Older versions” and find the time/date when that code appeared and try to correlate it to a change or app install.
Following the domain name doesn’t reveal anything that helps identify the app itself, nor does the javascript it loads.
I believe he is saying to try and narrow it down which app it came from and if it is still being used.
If it doesn’t break anything you weren’t really using that code to begin with and doesn’t belong to an app you are currently using, you can probably just get rid of it.
Some low quality app developers will leave code inside of your theme.liquid file even after it has been uninstalled. There are much better methods for app developers to install code onto your website.
Hi @Ismaelo , unfortunately I have not identify which app is causing this but after using the method that @PaulNewton mentioned about commenting it out, I managed to stop it from loading anymore.