Graylog2 / Graylog2/graylog2-server
Streams are being fetched three times when opening streams overview page.
Open
bug
frontend
performance
test-day
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
The list of available streams on `/streams` should be fetched only once after opening the page.
## Current Behavior
The request for the streams list is currently being executed three times.
2x `/api/streams`
1x `/api/streams/paginated?page=1&per_page=10`
## Steps to Reproduce (for bugs)
1. Open the browser dev tools
2. Go to `/streams`
* Graylog Version: 4.3 beta2
This problem also exist for 4.2 and 4.1
Contributor guide
Assessment
This issue has not been assessed yet.