admin管理员组文章数量:1389772
I am trying to speed up my WP admin post edit page. (/wp-admin/post.php?post=x&action=edit)
This particular site has WooCommerce + other plugins that generate a lot of post meta installed.
Most of this post meta does not change.
If I uncheck sections in the screen options GUI, does WP still try to update the associated post meta within that section?
I am trying to speed up my WP admin post edit page. (/wp-admin/post.php?post=x&action=edit)
This particular site has WooCommerce + other plugins that generate a lot of post meta installed.
Most of this post meta does not change.
If I uncheck sections in the screen options GUI, does WP still try to update the associated post meta within that section?
Share Improve this question asked Apr 9, 2020 at 20:38 Joe GJoe G 33 bronze badges1 Answer
Reset to default 0If I uncheck sections in the screen options GUI, does WP still try to update the associated post meta within that section?
This won't speed up saving, that markup needs to be generated otherwise JS can't show/hide it on the frontend.
On top of that, the data still needs to be saved, but wether that happens is plugin specific. Eitherway this isn't a good route to go down if your saving is slow.
Instead of speculating, actually measure what's happening when you save a post using a plugin such as query monitor, or profiling such as XDebug or XHProfile. You might be surprised by what you find ( e.g. making remote requests is super expensive ). Also consider reducing the number of plugins.
Note that while you didn't clarify if you were talking about the Block editor, or the classic editor ( or a page builder ), this applies to all of them.
本文标签: performanceIf I disable screen optionsdoes WP still try to update post meta
版权声明:本文标题:performance - If I disable screen options, does WP still try to update post meta? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744582469a2614003.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论