-
Bug
-
Resolution: Fixed
-
Major
Functions.getRelativeLinkTo(Item p) is called quite liberally while rendering Views. It calls view.getItems() which means recalculating the jobs to display. This can lead to performance problems for complex views (e.g. with the view-jobs-filter plugin).
One idea is to cache the result from ListView.getItems(). Kohsuke created an initial branch for this:
https://github.com/jenkinsci/jenkins/commits/view-caching
- is duplicated by
-
JENKINS-19671 jobs load slowly while url contains "/view/" string
- Resolved
-
JENKINS-19750 jobs load slowly while url contains "/view/" string
- Resolved
- is related to
-
JENKINS-20052 ListView.getItems makes too many passes through jobs list
- Resolved
-
JENKINS-23096 radiatorviewplugin has incorrect links for jobs in folders
- Resolved
-
JENKINS-19553 Misleading URLs: when jobs excluded by a view's regex are appended to the URL, an error should result.
- Open