Docker with better pefromance #4548
mkocbek
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I we been using Teampass at several clients for few years now. Lately i upgrade to docker and performance was not good.
I was debugging and noticed that dormancygrace/teampass docker was ultra slow.
Each request took aprox. 1850ms to complete. Only main.function.php was loading for about 600ms.
The only change i did was to replace docker with php:8.2.7-apache version.
The request that took 1.8 second is now finished in 600ms. main.functions.php stil takes about 150ms to load. But Teampass is working much better.
Is this known issue or was i doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions