You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
I'm new to CraftCMS and inherited a website for maintanence. As the first step, I've tried to setup a dev and prod Docker environments. However, there seems to be a ~10x performance penalty when using craftcms/nginx:7.4-dev as base image compared to craftcms/nginx:7.4. I'm setting devMode: false.
I can see two problems:
Everything is slower by a factor of ~10
Rendering _layouts/components/alerts seems to be the bottleneck
Using craftcms/nginx:7.4 (loading admin/dashboard takes under 500ms)
Using craftcms/nginx:7.4-dev (loading admin/dashboard takes under 5000ms)