Diagnose a slow or heavy task

  1. Open the Dashboard and read the bottleneck profiler. The task with the longest bar (or highest memory) is your suspect.
  2. Go to Scheduled Events and click “Run now” on that hook to reproduce it on demand.
  3. Check Run History for its duration and memory delta on that manual run.
  4. If it must not overlap, mark it as “guarded” in Settings so concurrent runs can never stack.