Content
View differences
Updated by Jens Ulferts about 7 years ago
**Reproduction**
* Insert a term in the search box
* Press "Enter" to switch to the search page
**Actual**
* Page loads slowly even before the actual search is triggered by the embedded work package table
* No indication numbers are displayed as to how many items are found in each category (News, Forums, ...)
* Switching to News, Forums, ... is way faster
* Switching back to work packages loads the page slowly again
**Expected**
* Page loads faster
**Out of scope**
* Improving performance of the API request triggered by the embedded table
**Notes**
* It seams as if the search is triggered in the backend without the results being used at all. The page is loaded with the `work_packages=1` query param which is unnecessary.
* Insert a term in the search box
* Press "Enter" to switch to the search page
**Actual**
* Page loads slowly even before the actual search is triggered by the embedded work package table
* No indication numbers are displayed as to how many items are found in each category (News, Forums, ...)
* Switching to News, Forums, ... is way faster
* Switching back to work packages loads the page slowly again
**Expected**
* Page loads faster
**Out of scope**
* Improving performance of the API request triggered by the embedded table
**Notes**
* It seams as if the search is triggered in the backend without the results being used at all. The page is loaded with the `work_packages=1` query param which is unnecessary.