stellarwp / schema

A library for simplifying the creation, update, and field modification of custom tables within WordPress.
GNU General Public License v2.0
26 stars 2 forks source link

Reduce number of queries on every run to zero #28

Open szepeviktor opened 1 year ago

szepeviktor commented 1 year ago

stellarwp/schema executes few queries on ever run.

Would it be possible to run stellarwp/schema only on plugin activation/update?

(a production WordPress installation works from persistent object cache, with almost no SQL queries)