Load file discussions separately from general discussions in merge requests
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=403326) </details> <!--IssueSummary end--> Right now we fetch both general and file discussions (discussions that are attached to a corresponding file blob) on the merge request page. This is not optimal because for example an MR might have 20 general dicsussions and 1 code discussion. In that case if we visit MR Changes page directly we'll be waiting for these 20 discussions to load before we could see any code discussions.
issue