Improves the performance of the JSON:API module by cache warming your resource types.

This project requires Drupal 8.8.

Configuration

Navigate to /admin/config/development/warmer/settings to select the resource types to warm.

Usage

Manually

You can warm caches manually at any given point. To do so navigate to /admin/config/development/warmer and check JSON:API Boost.

Warmer

You can also execute:

drush warmer:enqueue jsonapi --run-queue

Automatically

During configuration you will be prompted to enter the Frequency of refresh. Every that often the caches for the JSON:API objects in the configured resources will be scheduled for re-fresh.

It is also a very good idea to include the manual warming to your post-deployment script. This way your Drupal install will come online with warm caches protecting your site from stampedes, and providing a good performance improvement.

drush warmer:enqueue jsonapi --run-queue
Supporting organizations: 
Development and maintenance

Project information

Releases