tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

Cache 'DESCRIBE <table>' database queries #218

Closed patrik-csak closed 6 years ago

patrik-csak commented 6 years ago

Cache the result of DESCRIBE <table> database queries because they're unlikely to change during a request lifecycle.