-
Notifications
You must be signed in to change notification settings - Fork 1
AAA Option Optimizer #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
AAA Option Optimizer #271
Conversation
Test on Playground |
$this->title = \esc_html__( 'Reduce number of autoloaded options', 'progress-planner' ); | ||
$this->description = sprintf( | ||
// translators: %d is the number of autoloaded options. | ||
\esc_html__( 'There are %d autoloaded options. If you don\'t need them, consider disabling them by installing the "AAA Option Optimizer" plugin.', 'progress-planner' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doubt normal users will understand or know whether they need autoloading options or not, and we should make it clear that this is a performance improvement
\esc_html__( 'There are %d autoloaded options. If you don\'t need them, consider disabling them by installing the "AAA Option Optimizer" plugin.', 'progress-planner' ), | |
\esc_html__( 'There are %d autoloaded options. Consider installing the "AAA Option Optimizer" plugin to improve performance.', 'progress-planner' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, wording was just a placeholder during WIP and it needs to be improved - that is the one for @tacoverdo and @irisgue , if we decide to merge it 😄
Context
This PR adds a suggested task when high number of autoloaded options is detected and it instructs user to install AAA Option Optimizer plugin.
Quality assurance