I’m getting the following errors in my chrome tools console on a page which utilizes the new cornerstone Slider element, which is set to marquee mode:
[Violation] 'requestAnimationFrame' handler took <N>ms
[Violation] Forced reflow while executing JavaScript took <N>ms
The errors continue to accrue after the page is loaded. And continue into the multiple hundreds and thousands.
The first of the two errors is attributed to the following javascript file: cs.6f62d0f.js
Based on the file prefix cs
, and the fact that it occurs on a page using the marquee slider element, I believe this is a cornerstone issue, so I do not think it is necessary for me to do any further troubleshooting, like disabling plugins and themes. Please do no ask me to do this, unless I am completely mistaken, and you can explain to me how this is clearly not a cornerstone related error.
Each of the hundreds/thousands of violation notices represent between 40 and 80 milliseconds of processing time. So it really adds up.
Please let me know what this is about and whether or not this can be cleaned up so that the console doesn’t throw these errors.
Thanks in advance for your help. Cheers!