06-22-2020, 04:25 PM
Ok, turns out it freezes if I press anything, not just top menu buttons.
And it only happens if there are many tracks in queue. With empty queue the problem is gone.
Nothing else appears when I press the button and the page freezes.
And it only happens if there are many tracks in queue. With empty queue the problem is gone.
(06-22-2020, 03:35 PM)Tim Curtis Wrote: Can you post some Browser console logging?Not sure how to do that. When I use remote debugging thats what's in the console tab after the page is loaded:
Code:
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
jquery-1.8.2.min.js:2 [Violation] 'DOMContentLoaded' handler took 275ms
[Violation] Forced reflow while executing JavaScript took 72ms
jquery-1.8.2.min.js:2 [Violation] Added synchronous DOM mutation listener to a 'DOMSubtreeModified' event. Consider using MutationObserver to make the page more responsive.
add @ jquery-1.8.2.min.js:2
(anonymous) @ jquery-1.8.2.min.js:2
each @ jquery-1.8.2.min.js:2
each @ jquery-1.8.2.min.js:2
on @ jquery-1.8.2.min.js:2
(anonymous) @ scripts-panels.min.js?v=r652:24
k @ jquery-1.8.2.min.js:2
fireWith @ jquery-1.8.2.min.js:2
y @ jquery-1.8.2.min.js:2
d @ jquery-1.8.2.min.js:2
jquery-1.8.2.min.js:2 [Violation] 'readystatechange' handler took 221ms
[Violation] Forced reflow while executing JavaScript took 62ms
jquery-1.8.2.min.js:2 [Violation] 'readystatechange' handler took 184ms
jquery-1.8.2.min.js:2 [Violation] 'readystatechange' handler took 3945ms
[Violation] Forced reflow while executing JavaScript took 1278ms
jquery.adaptive-backgrounds.min.js?v=r652:16 [Violation] 'load' handler took 1213ms
[Violation] Forced reflow while executing JavaScript took 885ms
jquery-1.8.2.min.js:2 [Violation] 'readystatechange' handler took 4454ms
Nothing else appears when I press the button and the page freezes.