Speed Up Analysis by caching results

Usually only a fraction of the code is change in a commit/branch/pull request. I think the analysis of project can run faster if it reuses result of previous runs for source file which are not changed (similar to gradle build cache feature).

What do you think?

1 Like

Hi Tobias,

Were you able to sort this out?

Hi Nuno,

no, as far as I know there is (still) no cache.

This kind of request is usually best served by creating a PR that at least outlines the specific change requested. You would also come to know if what you are asking for is even feasible.

I found this thread while trying to figure out why Sonar Cloud seems to be hanging on to stale results, so at the moment I would rather have a more reliable result than a faster result.

Hello,

SonarQube 9.6 (E.T.A. Monday) adds server-side analysis cacheing for faster Java PR analysis. Other languages should come “soon”.

 
:tada:
Ann

1 Like

Thanks! Sounds very promising.

1 Like