Page load speed in modx evo
Sometimes, inevitably, any web developer faces the issue of website loading speed and reducing server load. In such cases, especially with high traffic, it's crucial to economize every database query.
Tags for displaying page rendering statistics in MODx Evo:
[^qt^] - database query time
[^q^] - database queries
[^p^] - PHP script execution time
[^t^] - total page generation time
[^s^] - content source (database or cache)
[^m^] - Memory
Webmasters and programmers working on MODx are no exception. In such cases, it's essential to know exactly how many server requests were made to load the page, whether it was cached, and how long it took.
You will also find plugins and various additions for optimizing site performance indispensable.