Blog Sections Open

Diagnosing Slow Manager Loads in MODX Custom 1.0.9

If the manager becomes unpredictably slow in one custom build, compare a clean install and a real project on the same server before touching plugins at random.

This donor case documented a useful debugging method: place a clean installation and a heavily used site on the same server, then compare manager load time under the same hosting conditions. That removes a lot of guesswork.

Observed Pattern

  • A clean Custom 1.0.9 install loaded slowly.
  • An older 1.0.6 site with many plugins and hundreds of resources could load faster.
  • The slowdown affected multiple browsers and multiple sites built from the same custom package.

What This Tells You

When a clean install performs worse than an older busy site on the same server, the bottleneck is probably in the distribution, manager integration, or a shared backend routine rather than in project content volume.

Recommended Debug Path

  • Test a clean baseline and a real site side by side.
  • Measure request timing instead of relying on impressions alone.
  • Disable added manager helpers one by one in the custom build.
  • Compare network timing and server logs during slow requests.

The donor topic also included a video demonstration. Even when the final fix is elsewhere, recording the problem under controlled conditions is one of the fastest ways to prove the bottleneck is real and reproducible.

Newer post

Why ResizeImageOnUpload Stops Working Intermittently

How to debug inconsistent ResizeImageOnUpload behavior when files upload but thumbnails are no longer processed.

Older post

When the PHx replace Modifier Does Not Work

A practical way to debug PHx replace modifier failures in Evolution CMS when placeholder values are not transformed as expected.