← Back to context Comment by princevegeta89 8 days ago Most of it still is server rendered. 1 comment princevegeta89 Reply arp242 8 days ago I believe most stuff gets loaded via a JSON API now, and HTML rendered in JS via Rect. Maybe even all of it?For example the file overview has 14(!) requests (/recently-touched-branches, /latest-commit, /overview-files/{branch}, etc.).The issues list uses 5(!) requests to the GraphQL API. Didn't look in to why it needs five requests.
arp242 8 days ago I believe most stuff gets loaded via a JSON API now, and HTML rendered in JS via Rect. Maybe even all of it?For example the file overview has 14(!) requests (/recently-touched-branches, /latest-commit, /overview-files/{branch}, etc.).The issues list uses 5(!) requests to the GraphQL API. Didn't look in to why it needs five requests.
I believe most stuff gets loaded via a JSON API now, and HTML rendered in JS via Rect. Maybe even all of it?
For example the file overview has 14(!) requests (/recently-touched-branches, /latest-commit, /overview-files/{branch}, etc.).
The issues list uses 5(!) requests to the GraphQL API. Didn't look in to why it needs five requests.