Unlimited Offline Access: How We Improved Tarteel’s Performance by Offloading JSON Transformation to SQL
Offline features were causing slowdowns and crashes with increased user data. We improved performance by offloading calculations to a multithreaded native module and switching from in-memory JSON to SQLite for data storage. While migrating to SQL, we found a trick that sped up data retrieval by 69%.