Browser/Tab cpu problem
-
Good afternoon, first of all, thank you Robin for the useful tool you provide us with.
A few weeks ago I installed it and made some minor changes in bbpress, in terms of colors and fonts.
What I noticed, was a strange cpu usage bug (Only happens to me in Edge and Chrome, I guess browsers with Chromium, in Firefox it doesn’t happen) when for example, I try to resize the window/tab of any content (either Learndash or Woocommerce) that lists posts.
Examples
wp-admin/edit.php?post_type=shop_order
o
wp-admin/edit.php?post_type=sfwd-coursesThe cpu of the tab goes to 100%, and does not perform the resize/responsive that it should show. Simply, the tab hangs and you have to force it to close.
By deactivating your plugin, the problem disappears.
I used Chrome’s developer tools to perform a performance profiling.
I identified that functions like requestAnimationFrame, getPropertyValue, and style are consuming a significant amount of CPU resources.
The script most involved is load-scripts.php which loads several scripts combined, including jquery-core, jquery-migrate, etc.I don’t know if anyone else has had this happen, but I look forward to helping or seeing what might be triggering this.
Regards
- You must be logged in to reply to this topic.