happyhorizon/module-persistentgraphqlschema

Load the graphql schema data from a generated file instead of cache to improve performance

Maintainers

Package info

github.com/Happy-Horizon/Magento-PersistentGraphQlSchema

Type:magento2-module

pkg:composer/happyhorizon/module-persistentgraphqlschema

Statistics

Installs: 6 960

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0


README

This module moves the GraphQl Schema caching to his on caching pool/layer.

If the cache type is cleaned or removed the cache data is directly regenerated. That saves time and resourced for subsequent calls.

Adminhtml cache flush event is hooked to also regenerate the schema after flushing.