Why a profile exists
A blog and a trading platform want opposite things from the same framework. One wants pages cached for an hour; the other wants market data no older than thirty seconds. Rather than leave every ceiling at a compromise value and hope you tune it later, Noderyx ships named profiles that set sensible starting points for the product you actually named.
- A solution profile presets cache lifetimes, cache size, and traffic ceilings.
- A security profile presets request hardening, session lifetimes, and header strictness.
- Both are ordinary values written into your generated project—nothing is hidden at runtime.
- Every value a profile sets can still be overridden by an environment variable.
Profiles are a starting point chosen for you, not a mode you are locked into.