badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

Don't wait for whole page to load before highlighting diffs, do them in parallel #93

Open NikhilVerma opened 3 years ago

NikhilVerma commented 3 years ago

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.