The app is getting bit resource consuming when visiting the repository page due to large amount of data being loaded straight away (commits, issues, pulls, PRs). They could be loaded on demand.
Also, the readme loading / parsing by Angular Sanitiser probably slows things down a lot. Maybe it should be loaded as markdown, not rendered HTML?
The app is getting bit resource consuming when visiting the repository page due to large amount of data being loaded straight away (commits, issues, pulls, PRs). They could be loaded on demand.
Also, the readme loading / parsing by Angular Sanitiser probably slows things down a lot. Maybe it should be loaded as markdown, not rendered HTML?