All Projects → sjelfull → Craft-CacheWarmer

sjelfull / Craft-CacheWarmer

Licence: other
Warm up your cache with a single request.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Craft-CacheWarmer

tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+2.63%)
Mutual labels:  craftcms, craftcms-plugin
Stamp-Craft
Plugin for adding timestamp to filenames.
Stars: ✭ 28 (-26.32%)
Mutual labels:  craftcms, craftcms-plugin
Craft-Twig-ImageBase64
A simple Twig extension for Craft CMS to create base64-encoded images from Assets in your Twig templates.
Stars: ✭ 14 (-63.16%)
Mutual labels:  craftcms, craftcms-plugin
craft-plugin-doxter
Markdown Editor and Advanced Parser for Craft CMS
Stars: ✭ 23 (-39.47%)
Mutual labels:  craftcms, craftcms-plugin
molecule
⚛️ Grab Twig components, CSS and JS files outside the primary template folder
Stars: ✭ 20 (-47.37%)
Mutual labels:  craftcms, craftcms-plugin
craft3-fallback-site
Failing requests in a multi-site install can fall back to other sites, to prevent 404 errors from missing or disabled entries.
Stars: ✭ 14 (-63.16%)
Mutual labels:  craftcms, craftcms-plugin
VzAddress-Craft
Address fieldtype for the Craft CMS
Stars: ✭ 30 (-21.05%)
Mutual labels:  craftcms, craftcms-plugin
digital-products
Sell digital products with Craft Commerce.
Stars: ✭ 14 (-63.16%)
Mutual labels:  craftcms, craftcms-plugin
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (-55.26%)
Mutual labels:  craftcms, craftcms-plugin
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-57.89%)
Mutual labels:  craftcms, craftcms-plugin
tags
A tag manager for Craft 3
Stars: ✭ 23 (-39.47%)
Mutual labels:  craftcms, craftcms-plugin
SecureAssetDownload
Craft CMS plugin for secure asset download URLs
Stars: ✭ 22 (-42.11%)
Mutual labels:  craftcms, craftcms-plugin
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+5.26%)
Mutual labels:  craftcms, craftcms-plugin
Similar-Craft
Find similar elements
Stars: ✭ 32 (-15.79%)
Mutual labels:  craftcms, craftcms-plugin
Inlin-Craft
Plugin for inlining files in templates.
Stars: ✭ 64 (+68.42%)
Mutual labels:  craftcms, craftcms-plugin
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-65.79%)
Mutual labels:  craftcms, craftcms-plugin
Craft-User-Manual
📚 Help Section Plugin for Craft CMS.
Stars: ✭ 86 (+126.32%)
Mutual labels:  craftcms, craftcms-plugin
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (-52.63%)
Mutual labels:  craftcms, craftcms-plugin
craft-recaptcha
Integrate Google’s reCAPTCHA into your web forms.
Stars: ✭ 16 (-57.89%)
Mutual labels:  craftcms, craftcms-plugin
Craft-Slack
Send messages to Slack from Craft CMS
Stars: ✭ 16 (-57.89%)
Mutual labels:  craftcms, craftcms-plugin

Cache Warmer plugin for Craft

Allows you to fire off one request to warm up your cache for selected sections or commerce product types.

Usage

After clearing your cache, fire off a request to yoururl.com/actions/cacheWarmer/fire?key=yourkey.

The plugin uses Guzzle to fire off a batch of x requests to the urls of entries fetched from sections specified in the plugin settings.

Future plans

  • Add locale support (currently hardcoded to en)
  • Incorporate Cache Clear (need to check with Jason first)
  • Support cache warming of single entries when they are updated
  • Support cache warming of specific cache key (You need to supply which url to call after clearing, though)
  • Make clearing more performant and robust

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].