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 has been archived by the owner on Dec 16, 2022. It is now read-only.
If there are a lot of users on a site, the time to generate the full author list upon initial customizer load will not be insignificant. This data should be lazy-loaded once it is needed (i.e. once an author control is visible) or better we should use Customize Object Selector once xwp/wp-customize-object-selector#13 is implemented.
If there are a lot of users on a site, the time to generate the full author list upon initial customizer load will not be insignificant. This data should be lazy-loaded once it is needed (i.e. once an author control is visible) or better we should use Customize Object Selector once xwp/wp-customize-object-selector#13 is implemented.
See relevant code:
wp-customize-posts/php/class-wp-customize-posts.php
Lines 461 to 485 in bf1941a
wp-customize-posts/js/customize-post-section.js
Lines 622 to 668 in bf1941a
The text was updated successfully, but these errors were encountered: