Alexander Pyatakov
Alexander Pyatakov
**Description**: Enabled gzip compression for web-proxy to improve frontend responsiveness and reduce the amount of data transferred. **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested (unit, integration,...
### Problem description Our current database access layer has several issues that need to be addressed: 1. Inconsistent access patterns: Some parts of the codebase bypass the DatabaseServer and directly...
### Problem description Our frontend is currently running on Angular version 12, which was released in May 2021. As of September 2024, this version is significantly outdated and no longer...
### Task Description Currently, table rows have separators and shown as cards, so less content fits on the screen than possible. ### Expected behaviour Merge table rows into a single...
### Task Description Currently, table rows have separators and shown as cards, so less content fits on the screen than possible. ### Expected behaviour Merge table rows into a single...
### Problem Description Currently, each policy consumes approximately 160 MB of memory. The policy service, which executes each policy in a separate thread, is the most memory-intensive service in our...
### Problem description The UI Policy Configurator (built with Angular 18) experiences quite significant performance degradation when handling complex policies. As policies grow in complexity, the interface may become slow...