Appreciate the feedback @keffr3n! The Performance Lab plugin, and it’s associated under the hood plugins such as this one, is where features are tested, with some features eventually migrating to WordPress core.
At present you are correct, an existing MySQL or MariaDB database is required, as per this guide. Who knows, that may change in the future! There are also static site generator type plugins and similar that can be used for the type of sites you mentioned. Thanks again.
First of all, I think it’s a wrong illusion to think that WP-sites running on SQLite should not be able handle “dynamic” sites with MANY concurrent users. I will claim that SQLite has the performance and feature to support this….it’s just a matter of how SQLite-support is implemented into WP.
Maybe this will be the default setup for 80% of all WP sites in the future! ? 🙂
And for SQLite support for new sites:
Andrew Ozz mentioned it might be possible using “mu-plugin” or “drop-in”, see this thread-comment.
Can anyone elaborate on this / provide more details?
-
This reply was modified 3 months ago by
MrBW.
Would it be possible to have a portable WP installation, i.e. copy/image of a clean new WP installation with the plugin installed and activated. Archive the whole WP site files/folders.
You now have a ready-to-deploy installation with no need to first install MySQL. Just need to modify a few properties in one or more php files before you are up and running (of course also need to install PHP, Webserver etc). We could have a repo on GitHub with such a portable installation?