You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Hello, I'm using the performance tool in Chrome devtools to test my page. I am confused that I get different results in FPS when toggling the "Disable JavaScript samples" checkbox. Here are two examples:
As you can see in the pictures, the detailed version which show the stack has lower FPS during the several timers for there are always forced reflow found in the stack. However when I uncheck the "Disable JavaScript samples", there aren't any forced reflow shown at all so that the FPS is higher. The results are always the same so that this is not an accidental one.
I am curious that "Disable JavaScript samples" affects the page rendering or any other reasons? Thank you for your help!