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 Apr 16, 2023. It is now read-only.
I don't know if it's since the new update, but when I came back in my WP-Admin Widgets page, it took me 3 minutes to fully load the page. Then I did a performance recording with Google Chrome and found that Widget Options plugin was causing the problem.
But then I found that Widget Options had a performance issue ONLY when Posts in sidebar was activated. The problem is gone when I comment Pis.CloneWidget.Bind(); in pis-duplicate.js. Calling Bind with Widget Options is causing the problem but I don't know why.
Hi! Great plugin by the way.
I don't know if it's since the new update, but when I came back in my WP-Admin Widgets page, it took me 3 minutes to fully load the page. Then I did a performance recording with Google Chrome and found that Widget Options plugin was causing the problem.
But then I found that Widget Options had a performance issue ONLY when Posts in sidebar was activated. The problem is gone when I comment
Pis.CloneWidget.Bind();inpis-duplicate.js. CallingBindwith Widget Options is causing the problem but I don't know why.posts-in-sidebar/assets/pis-duplicate.js
Line 18 in e644e68
Thanks!