## 🐶 Brief During working on Breakpoint, we found out couple approaches to improve performance and reduce memory usage. ## 👑 Criteria - [x] If HTTP requests, which make from System Process (trustd, accountds) shouldn't store binary in request/response since it's waste - [x] Add SkipBody in HTTPRequest/Response to determine if we need to keep the binary body - [x] Improve "Clear all Cache" Tool -> Remove all flows in Flow Pool, Group, Folder and Node (recursively)
🐶 Brief
During working on Breakpoint, we found out couple approaches to improve performance and reduce memory usage.
👑 Criteria