fleet/frontend/components/forms/fields/SelectTargetsDropdown/SelectTargetsInput
Zachary Wasserman 96fc090723 Improve server performance for host operations
- Debounce frontend to reduce number of target searches in live query.
- More efficiently calculate label counts in live query and hosts
  dashboard. Instead of using the (slow) CountHostsInTargets function,
  retrieve the host counts while looking up the labels.
- Optimize targets search query. Removing the nested query retrieves the
  same logical result set, but substantially optimizes MySQL CPU usage.
  Testing indicates about a 50% reduction in MySQL CPU usage for the
  frontend targets search API call after applying this change.
2020-07-21 14:05:46 -07:00
..
index.js Rearranging Files & Killing Off colors.js (#482) 2016-11-15 12:52:17 -06:00
SelectTargetsInput.jsx Improve server performance for host operations 2020-07-21 14:05:46 -07:00