![Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
5a350efb40
|
perf: optimize app registry performance with caching (#22632)
* feat: optimize app registry performance with memory-cache
- Implement in-memory caching for getInstallCountPerApp with 5-minute TTL
- Add memory-cache and @types/memory-cache dependencies to packages/lib
- Remove invalidateInstallCountCache functionality as requested
- Maintain existing API compatibility for app sorting functionality
- Improve performance by avoiding expensive SQL COUNT queries on every request
Co-Authored-By: anik@cal.com <adhabal2002@gmail.com>
* update
* Update getInstallCountPerApp.ts
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
|
2025-08-11 04:36:20 +00:00 |
|