Actions
Feature #10496
closedSpeed up loading of source files and related data
Start date:
09/16/2020
Due date:
09/17/2020
% Done:
100%
Estimated time:
Published in build:
Description
Bridge 3.0 considerably enhances representation of source files by adding code coverage and cross references. Unfortunately, this results in too considerable latency when loading new source files especially with low speed hard drives like in OpenStack. We decided to cache representation of recently accessed source files. Besides, it may have sense to generate HTMLs for source files in background in advance, e.g. for all source files referenced by a given error trace, but it may be too complicated to maintain and this may be inefficient since most of the data will not be accessed ever.
Actions