Should I store critical css in the database or in my theme’s filesystem?
Preface It would be best to see what kind of caching options are available through your host. If you can use an object cache, CDN, or anything like that, you could decrease the load on your server. If your database and webserver are the same host, then storing this in the database won’t necessarily mean … Read more