该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Meta Accelerator

描述

“Meta Accelerator” can speed up meta query.

  1. create table for meta query
  2. add filter that change meta query to use new table
  3. not support WP_Query has multi posttype

安装

  1. Upload the entire meta-accelerator folder to the /wp-content/plugins/ directory.
  2. 通过 WordPress 的“插件”菜单以激活本插件。

For basic usage, you can also have a look at the plugin homepage.

常见问题

A question that someone might have

An answer to that question.

评价

2016年12月21日
This plugin can greatly speed up your wordpress by flattening your meta tables. I tested it on a WooCommerce installation with ~30,000 products with many meta for products. Before this plugin, the products listing in admin section took a lot of time to load, and individual product edit page was impossible to bring up. With this plugin, they come up quite fast after creating a flattened meta table for product post type. What it does is to take metas recorded for a post type and plant these metas into pre created flat tables. This makes reading/querying any post based on meta very easy. The plugin also hooks into proper filters for meta queries to take over meta querying. The plugin code is clean, neat, OOP and well crafted. Overall a great job. If developed, this plugin could help a lot of people. Actually, WordPress core should have included such functionality from the start.
阅读所有2条评价

贡献者及开发者

“Meta Accelerator” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Meta Accelerator”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志