Closed ManuGowda closed 10 months ago
The endpoints most frequently resulting in timeouts at Lisk Service are:
legacyAccount:getUnregisteredAccount
(On concurrent requests)app:getAccounts
(On concurrent requests)app:getAccount
(On concurrent requests)app:getLastBlock
(Occasionally)app:getForgers
(Occasionally)app:getTransactionsFromPool
(Occasionally)app:getTransactionsByIDs
(On concurrent requests)app:getNodeInfo
(Mostly likely when Core is under pressure and others are timing out)Closing this issue since this is no longer valid
Description
Application endpoints should be benchmarked and all the endpoints should respond within a standard timeframe (100-500ms, we can also define the timings).
Motivation
Additional Information