Poor server response times

I have been working on increasing the speed of my web page. https://pagespeed.web.dev/ suggests that I need to reduce server response times. I am using a Modx server and was wondering if there were any suggestions on where to start.

Thank you.

There are aspects of the server response time that have nothing to do with MODx, like the hardware your web hosting provider uses and the location of the server.

In MODx, the most important thing is probably to ensure, that all the snippets that can be cached, are indeed cached.

If something can’t be cached, then maybe you can restructure the page to reduce the amount of database queries. But this highly depends on what your page does and how you set it up and can’t be easily generalized.