Our WordPress website is terribly slow to load pages (several seconds which is not great).
This can be observed on our Gandi instance but also on the local version I use for development.
This seems related to the PHP code executed server side.
In order to identify the bottleneck, a profiling of that code is required.
This should be feasible by generating a flame graph using the PHP Xdebug extension