Page Load speed and Console Error
-
I am having page load speed issues when many documents are being loaded. I get a console error that may be the issue. Page names are not long. The page loads faster when I separate out to two pages, but ideally would like to have all on one page. Can you comment on the fix suggested?
Uncaught TypeError: $medialistjq(…).size is not a function
at HTMLDivElement. (medialistpaging.js:23:71)
at ce.each (jquery.min.js:2:3129)
at ce.fn.init.each (jquery.min.js:2:1594)
at setmlpage (medialistpaging.js:16:32)
at HTMLDivElement. (medialistpaging.js:12:9)
at ce.each (jquery.min.js:2:3129)
at ce.fn.init.each (jquery.min.js:2:1594)
at HTMLDocument. (medialistpaging.js:6:31)
at e (jquery.min.js:2:27028)
at t (jquery.min.js:2:27330)// Recommended Fixe
$medialistjq(…).length;The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.