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
Counting elements in Postgres is costly, and we are currently counting the elements in /blocks, /blobs and /txs, which causes the table data to take some seconds to load.
The first step to tackle this unresponsiveness is to split the current api calls so that the count query is handled by a different API endpoint. This will allow the table to load faster and display the total count when the data is ready.
The text was updated successfully, but these errors were encountered:
Counting elements in Postgres is costly, and we are currently counting the elements in
/blocks
,/blobs
and/txs
, which causes the table data to take some seconds to load.The first step to tackle this unresponsiveness is to split the current api calls so that the count query is handled by a different API endpoint. This will allow the table to load faster and display the total count when the data is ready.
The text was updated successfully, but these errors were encountered: