Document best practices for ensuring optimal performance in NetBox #11629

Closed
opened 2025-12-29 21:47:50 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Sep 17, 2025).

Originally assigned to: @jeremystretch on GitHub.

Change Type

Addition

Area

Other

Proposed Changes

Add a new section detailing performance considerations and tips to the NetBox "best practices" documentation. Some topics include:

  • Provisioning an adequate number of WSGI worker processes
  • Setting sane pagination limits
  • Segmenting background jobs into different queues
  • Crafting performant REST API requests (e.g. brief=True and fields=…)
  • Explaining that GraphQL is not, in fact, magic
Originally created by @jeremystretch on GitHub (Sep 17, 2025). Originally assigned to: @jeremystretch on GitHub. ### Change Type Addition ### Area Other ### Proposed Changes Add a new section detailing performance considerations and tips to the NetBox "best practices" documentation. Some topics include: * Provisioning an adequate number of WSGI worker processes * Setting sane pagination limits * Segmenting background jobs into different queues * Crafting performant REST API requests (e.g. `brief=True` and `fields=…`) * Explaining that GraphQL is not, in fact, magic
adam added the status: acceptedtype: documentation labels 2025-12-29 21:47:50 +01:00
adam closed this issue 2025-12-29 21:47:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11629