Announcement

Collapse
No announcement yet.

Something is failing to load

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lesliekirk
    replied
    Originally posted by Matt Zimmermann View Post
    Hi Leslie,

    Since the error in the console seems to be happening on every scroll, I would look at the JavaScript for any onScroll or 'scroll' event calls and verify that they are needed and correct. With this error popping up so quickly, I would look into using throttling or debouncing to lessen the calls as well.
    Thanks Matt, my javascript foo is weak so I will have to find some to refer to the store owner to fix this.

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Leslie,

    Since the error in the console seems to be happening on every scroll, I would look at the JavaScript for any onScroll or 'scroll' event calls and verify that they are needed and correct. With this error popping up so quickly, I would look into using throttling or debouncing to lessen the calls as well.

    Leave a comment:


  • lesliekirk
    started a topic Something is failing to load

    Something is failing to load

    I'm trying to figure out where the javascript errors are coming from. If you look at this page and scroll towards the middle of it, the page goes nuts.

    If I use the Chrome Dev Tools all I get are a kazillion "Failed to load resource: the server responded with a status of 404 ()" undefined:1

    If I use Firefox I see this "Error: Could not establish connection. Receiving end does not exist. bundle.js:2:256904"

    I have no idea where this bundle.js is coming from - has anyone else encountered this?

    While working on this post I did a little more digging this looks like it's related to the Lazy Load code specific to the SFNT page. But I can't figure out what the "undefined" is.
Working...
X