| 开发者 | gunjanjaswal |
|---|---|
| 更新时间 | 2026年9月15日 13:09 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
autoloadforge folder to /wp-content/plugins/, or install it from the Plugins screen.Yes. The option and its value stay in the database untouched. All that changes is whether it loads automatically on every page. If a plugin needs it later, WordPress still reads it on demand, and you can restore autoloading from the same screen.
Switching autoload off does not remove data, so it will not break anything. In rare cases an option that genuinely benefits from autoloading might add a small query when it is needed. If you ever suspect that, the restore button puts it back.
By matching the option name against your active plugins. It is a helpful hint, not a guarantee, since plugins name their options however they like. Unmatched options are labelled as core or unknown.
Keeping autoloaded data under roughly 800KB to 1MB is a sensible target. The status card turns amber and then red as you cross those marks.