Actions
Feature #30856
closedDrop Puppet class initializer on startup
Difficulty:
Triaged:
No
Description
On start up, the Puppet implementation updates all environments and retrieves the classes for each of them. This can be a fairly expensive operation. Warming up the caches is only relevant if caching on the Puppetserver is enabled (defaults to false) and if the environment doesn't change. For most deployments, this only adds overhead and doesn't actually improve performance.
Actions