mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 12:08:38 -06:00
CI / build (20.x, 3.12) (push) Failing after 36s
CI / build (20.x, 3.13) (push) Failing after 9s
CI / build (20.x, 3.14) (push) Failing after 10s
CodeQL / Analyze (actions) (push) Failing after 49s
CodeQL / Analyze (javascript-typescript) (push) Failing after 49s
CodeQL / Analyze (python) (push) Failing after 57s
* Release v4.5.5 * Pin django-rq to <4.0
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
---
|
|
name: 🏁 Performance
|
|
type: Performance
|
|
description: An opportunity to improve application performance
|
|
labels: ["netbox", "type: performance", "status: needs triage"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: NetBox Version
|
|
description: What version of NetBox are you currently running?
|
|
placeholder: v4.5.5
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Python Version
|
|
description: What version of Python are you currently running?
|
|
options:
|
|
- "3.12"
|
|
- "3.13"
|
|
- "3.14"
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Area(s) of Concern
|
|
description: Which application interface(s) are affected?
|
|
options:
|
|
- label: User Interface
|
|
- label: REST API
|
|
- label: GraphQL API
|
|
- label: Python ORM
|
|
- label: Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Details
|
|
description: >
|
|
Describe in detail the operations being performed and the indications of a performance issue.
|
|
Include any relevant testing parameters, benchmarks, and expected results.
|
|
validations:
|
|
required: true
|