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.
Actions