-
Couldn't load subscription status.
- Fork 23
Open
Labels
Description
Describe the feature you'd like
Problem
This method is a bit slow due to unnecessary processing of all features.
Root Causes
- Full Feature Retrieval: Fetches ALL features instead of target feature only
- Complete Dependency Validation: Validates all features, not just the modified one
- Heavy JSON Updates: MySQL JSON column operations are expensive
- Synchronous External Calls: Blocking cache refresh and event publishing
Background
No response
Alternative solutions
No response