Performance: Enable `fastResultLoading` by default
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: umpox
closes: https://github.com/sourcegraph/sourcegraph/issues/6992
This PR:
enableFastResultLoading
by default. This will fetch significantly less KB of data from each search result.This seems like it should have been enabled a while ago, we just didn't get around to it .
Note This is currently fully enabled on S2 for thorough testing, I don't see any reason why we can't enable this though.
Tested locally
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.