dansup
- 1y ·
-
Public·
-
mastodon.social
We also use caching A LOT!
There is a framework level config cache for all the files in `config/*.php` but editing the `.env` file requires restarting php/nginx due to opcache
So I made a redis/db config cache that allows you to edit settings in the admin dashboard, with immediate effect
We cache post objects by ids in our own schema and transform them to Masto or Pixelfed format depending on the request, allowing both MastoAPI support and our many innovative features
Will blog about this 😎