We need to prioritize scalability to ensure DeXter can confidently handle a 100x increase in users. This involves verifying that our infrastructure is capable of managing a significant data load and that we're prepared for sudden surges in market liquidity.
Tasks:
- Evaluate current infrastructure for supporting 100x user growth.
- Identify and address potential bottlenecks.
- Upgrade or optimize systems for scalability.
- Conduct high-load simulation tests.
Potential Bottlenecks
- Real time trading: ensure chart and orderbook and last trades are actually able to update in realtime via subscription. Additionally we could add animations to changes (e.g. orders disappearing/appearing with fade-in/out effects, or adding red/green "blink" whenever trade happens)
- Data caching: do we have a system in place to cache the on ledger data to prevent having the client load all data?
We need to prioritize scalability to ensure DeXter can confidently handle a 100x increase in users. This involves verifying that our infrastructure is capable of managing a significant data load and that we're prepared for sudden surges in market liquidity.
Tasks:
Potential Bottlenecks