james-l
james-l

Reputation: 11

Unresponsive script error in all browsers - need to identify script

Please can I get some help for my site www.spoiltpets.com

It hangs on an unresponsive script. I've no idea which script or how to find out. I've tested in Chrome and Firefox, both with the same results.

It seems to load one or two pages, then hangs.

Any help is much appreciated!

Upvotes: 0

Views: 898

Answers (1)

manishie
manishie

Reputation: 5322

Well looking at the javascript console in Chrome Dev tools shows these errors:

  1. Directed Edge: BlocksController::NoBlocksConfigured shopify.directededge.com/blocks/compound?shop=site-1111.myshopify.com&templ…t=&product_handle=&basket=&tracking=8b952818-10a6-4caf-ab8b-16dbe70e3583:1
  2. Invalid App Id: Must be a number or numeric string representing the application id. all.js:56
  3. FB.getLoginStatus() called before calling FB.init(). all.js:56

So it would appear that you have problems with your Shopify scripts and your Facebook scripts.

Update:

To view the Javascript console in Chrome Dev Tools you would go to View | Developer | Javascript console.

Doing so would show something like: enter image description here

Upvotes: 2

Related Questions