Currently the project view has a top level component query which pulls a lot of unnecessary data and is very slow. This PR removes those queries and temporarily disables the feature and release # in the left nav bar.
To bring those back we will need to implement a performant count w/filtering to the releases/features paginator. Those #'s can be used to render the feature/release counts.
Currently the project view has a top level component query which pulls a lot of unnecessary data and is very slow. This PR removes those queries and temporarily disables the feature and release # in the left nav bar.
To bring those back we will need to implement a performant count w/filtering to the releases/features paginator. Those #'s can be used to render the feature/release counts.