codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Speed Up Project View #310

Closed amoskyler closed 5 years ago

amoskyler commented 5 years ago

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.