Skip to content

zi times

Print load times for each plugin and snippet. Use this to identify slow-loading plugins and guide Turbo mode tuning.

Terminal window
zi times [-a] [-m] [-s]
  • -s — print times in seconds (default is milliseconds).
  • -m — show the loading moment (timestamp relative to shell start) for each plugin.
  • -a — show both load times and loading moments.

Records are gathered at load time — each plugin’s elapsed sourcing time is stored in memory. times reads that data and presents it per plugin/snippet. Turbo-loaded plugins show the time of their deferred load, not the time of shell startup. Sorting is not applied automatically; results appear in load order.

Terminal window
# Show load times (ms) in load order
zi times
# Show times in seconds
zi times -s
# Show times and loading moments
zi times -a
  • cmd-zstatus
  • cmd-report
  • cmd-list-plugins