Slow URLs response

Hello CakePHP Devs, I’ve installed CakePHP 4.4.12 & it works fine except visiting URLs takes too long to respond, I’m not sure if that a matter of configuration or… So any help will be highly appreciated. Thanks.

How long is too long? All URLs or just some? What kind of work are the slow pages doing? How powerful is the server it’s running on? Are you running this in debug mode? Using Cake’s built-in web server or something like Apache? There are many things that can affect how fast pages load, you haven’t told us any of them.

If you are using docker(I’m assuming this because I saw your post), make sure you use volumes instead of bind mounts. It can have significant impact on performance when using docker.