Actions
Bug #17503
closedHost model load causes unnecessary loads on instantiation
Description
The fix for #12634 introduced a PXELoaderSuggestion mechanism that is executed as an `after_initialize` hook. This causes any Host object instantiation to execute this suggestion mechanism, which may lead to up to 3 extra queries per host. However, this is only needed for the host creation form to populate the PXELoader field when choosing OS.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/4063 added
Updated by Tomer Brisker almost 8 years ago
- Related to Feature #12634: New HW Model flag pxe_loader in UI/API added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 497c022bf4f77819f1a9f781a762f212d82aad30.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 209
Actions