Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 wordpress 瞬态 API 来存储整个站点中的一些常用查询。
如果没有在我的主机上支持、启用和安装 memcached,这是否会提供任何性能提升?
不,您需要一个插件来为瞬态数据的工作提供某种有益效果。但是,与 get_option / set_option 不同,瞬态至少可以被加速。
即使没有加速,你得到的只是一些有限形式的垃圾数据收集。