When I run a tomcat docker container to serve a war file, initial load takes a lot of time, after the first load, if I load the page even from incognito it loads immediately.
docker stats output before first load:

docker stats output after first load:

I searched for solutions, they suggest to tweak initialHeapSize, initialRamPercentage, tried everything but it doesn't work.

