Sudden slow page loads traced to an external script (https://shopoe.net/app.js) included in the Shopify theme header (theme.liquid). A speed test showed this script intermittently returns a 500 (server) error and blocks rendering (prevents the page from displaying until it loads).
Key findings and actions:
The script tag was found near store pickup/customer info code in theme.liquid; exact app origin unclear.
Recommended steps: comment out the script to test impact; check “Older versions” of theme.liquid to correlate when it was added; consider async loading if needed; remove if unused or from an uninstalled app.
After commenting out the script, site speed improved significantly without immediate breakage. The original poster couldn’t confirm the app source and chose to monitor.
Additional guidance and considerations:
Theme duplication may hide version history; compare with the latest theme release or contact the theme developer. The domain/app identity is unclear and could be leftover or tracking code.
A later contribution suggests a possible link to a contact form app (“Beapp Contact Form”), noting code referencing ‘beappjs-wrapper-ct’ appeared after its installation.
Status: Performance improved by removing/commenting the script; definitive app attribution remains unresolved. Further verification with app/theme developers is advised.
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.