Kévin Dunglas
Kévin Dunglas
@maxhelias, I'm not sure. I think having small pages with descriptive URLs and titles will improve SEO.
This doesn't look related to this repository. TwigBundle is missing in your `composer.lock` file.
OPCache is enabled in CLI mode? That should probably not be the case.
The problem is that PHPStorm doesn't automatically load the `docker-compose.override.yaml` file, while `docker-compose` (the CLI tool) automatically does it if no explicit `-f` option is passed (the default). This file...
I'm hesitating. This script is nice and could simplify the Dockerfile, but on the other hand we try to use as few external dependencies as possible and to be as...
Let's do this then. This script is reference in the official readme by the way.
This should work: `SERVER_NAME='domain1.com, domain2.com' docker compose up -f docker-compose.yaml -f docker-compose.prod.yaml -d`
It would allow to run a real web browser thanks to Panther
We also need to be able to retrieve the TTL of an entry (for the `Cache-Status` header). We'll also probably need a tag mechanism at some point to support invalidation...