You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Upon loading the Metrics tab we're forced to download the entire metrics cache. For large sites this can cause a lengthy delay. Ideally we should only request the first 50 (/metrics/?limit=50) and then paginate (/metrics/?limit=50&page=2).
The text was updated successfully, but these errors were encountered:
Upon loading the Metrics tab we're forced to download the entire metrics cache. For large sites this can cause a lengthy delay. Ideally we should only request the first 50 (
/metrics/?limit=50
) and then paginate (/metrics/?limit=50&page=2
).The text was updated successfully, but these errors were encountered: