Actions
Feature proposal #9892
openImplement plugin manifest cache to improve version check performance
Feature proposal #9892:
Implement plugin manifest cache to improve version check performance
Description
Currently version checks, frontend and backend, require the entire plugins XML to be loaded into memory and parsed. Ideally instead this should just be cached on plugin install for easy fast usage.
Updated by krileon about 2 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !2028
Actions