Don't wait for whole page to load before highlighting diffs, do them in parallel
Open
enhancement
- Dominant language
- PHP
- Stars
- 84
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
One of the main reasons for slowdown of diff rendering is we wait for the whole page to load before rendering diffs. But we can do it with partial HTML load as well. This will significantly improve the speed of diffs rendering.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.