Check Settings Sync endpoint latency access tokens table allows token removal
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The problem
In #443637 (closed), we investigated why HTTP requests to the Settings Sync REST API take longer than 1 second to complete. We didn't find conclusive evidence that allows us to pinpoint a root cause, but we found a strong correlation to the amount of access tokens created by the Web IDE while using OAuth authentication #443637 (comment 1805993826).
Given low large the access tokens table is, and how we are unable to delete entries in that table, we want to determine if after Provide mechanism to delete revoked access toke... (#438233 - closed) is delivered, we can reduce the Settings Sync requests latency by reducing the size of this table.