For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/performance/version-first-startup.md.

performance/version-first-startup

  • Category: performance
  • Default severity: info

Issue

version-first loads all remote entries during initialization, adding startup work.

How to fix it

Use loaded-first when on-demand loading is more important than highest-version selection.

Suppress or retarget with rules["performance/version-first-startup"] set to "off" or a severity — see Suppressions and allowlists.

Sources