Category: Changelog
-
Try a ServerlessWP sandbox with SQLite on Vercel
Try ServerlessWP on Vercel without setting up a database. The sandboxes use ServerlessWP’s SQLite + S3 database alternative functionality with an auto generated and configured S3 bucket. The SQLite file used by the sandbox is temporary and may be deleted after a few days/hours depending on load. All you’ll need is a GitHub account (free) […]
-
Static files are now served directly from CDN
CSS, JavaScript, and static assets like theme images and fonts are now served directly from Vercel or Netlify’s CDN rather than through the ServerlessWP handler. First load times should be approximately 200ms faster and compute time is no longer wasted serving these static resources. Previously, files had to be served through the handler at least […]
-
Experimental database alternative powered by SQLite and S3
WordPress needs to use a database even if it runs on a serverless hosting platform. Hosting a MySQL database for serverless WordPress can require maintenance and costs almost matching that of traditional hosting. ServerlessWP now includes an experimental option to use SQLite and S3 as an alternative to traditional database architectures. The SQLite integration plugin […]