ataylorme / WordPress-Hosting-Best-Practices-Documentation

Other
84 stars 16 forks source link

wp_options: autoload — performance and memory use #37

Open pdclark opened 6 years ago

pdclark commented 6 years ago

Re: https://github.com/ataylorme/WordPress-Hosting-Best-Practices-Documentation/pull/35#discussion_r201106099

"Consider talking about autoload and Memcached" / "can we move this to an issue and get rid of inline TODO comments?"

Discuss wp_options autoload setting. Considerations on performance (query time) and memory use (PHP and object cache memory limits vs. MySQL longtext memory limits)

For example:

getsource commented 6 years ago

I like this.