Skip to content
Snippets Groups Projects
Verified Commit af8b38b3 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Find latest origin visit status by date instead of visits filtering

Currently, in case of a high number of visits for an origin, this makes the page
querying the result crash (with an empty cache). Note that even with a populated cache,
the current version could take some time to process.

The following diff opens a function which uses simpler storage api calls to retrieve the
most recent visit from a given point in time (with its most recent associated visit
status) instead of filtering all visits of an origin to retrieve the information. Hence
no longer relying on the cache of all visits for that origin either.

Related to T3905
parent 490b5d67
No related branches found
No related tags found
1 merge request!711Find latest origin visit status by date instead of visits filtering
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment