All Projects → lizardmedia → varnish-warmer-magento2

lizardmedia / varnish-warmer-magento2

Licence: MIT license
Magento2 module for handling Varnish cache (flushing, regenerating)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to varnish-warmer-magento2

module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-63.64%)
Mutual labels:  magento2, magento2-module
magento2-language-tr tr
Magento2 Turkish Translation / Magento2 Türkçe Çevirisi
Stars: ✭ 28 (-49.09%)
Mutual labels:  magento2, magento2-module
magento-2-reports
Magento 2 Reports extension Free from Mageplaza helps stores quickly access to advanced reports on Dashboard. As your shop grows, so is the amount of numbers you have to deal with everyday. Eventually, it would reach a point where you find yourself in dire need of a tool that can take care of the figures for you.
Stars: ✭ 39 (-29.09%)
Mutual labels:  magento2, magento2-module
international-telephone-input
Integration to Magento 2 a jQuery plugin for entering and validating international telephone numbers.
Stars: ✭ 26 (-52.73%)
Mutual labels:  magento2, magento2-module
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (-65.45%)
Mutual labels:  magento2, magento2-module
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-70.91%)
Mutual labels:  magento2, varnish-cache
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-69.09%)
Mutual labels:  magento2, magento2-module
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+20%)
Mutual labels:  magento2, magento2-module
magento2-edit-order-email
Magento2 - Edit Order Email from Admin
Stars: ✭ 30 (-45.45%)
Mutual labels:  magento2, magento2-module
module-dsu
No description or website provided.
Stars: ✭ 18 (-67.27%)
Mutual labels:  magento2, magento2-module
module-notorama
Say no to Fotorama in Magento 2(.3) with Notorama.
Stars: ✭ 37 (-32.73%)
Mutual labels:  magento2, magento2-module
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+9.09%)
Mutual labels:  magento2, magento2-module
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-72.73%)
Mutual labels:  magento2, magento2-module
Slider-M2
Slider extension for Magento 2.x
Stars: ✭ 17 (-69.09%)
Mutual labels:  magento2, magento2-module
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-61.82%)
Mutual labels:  magento2, magento2-module
magento2-react-checkout
Highly Customizable Checkout for Magento 2, Built with React.
Stars: ✭ 165 (+200%)
Mutual labels:  magento2, magento2-module
magento2-auto-instagram-post
Magento 2 extension Auto Instagram Post allows you add your products immediately to Instagram after publishing it on Magento site, share your thoughts, product information, brand news and latest to your friends by an action, mass action or schedule a post by cron jobs
Stars: ✭ 30 (-45.45%)
Mutual labels:  magento2, magento2-module
module-url-rewrite-optimiser
A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in config.
Stars: ✭ 37 (-32.73%)
Mutual labels:  magento2, magento2-module
magento2-db-log-cleaner
Magento2 Cron Log Cleaning
Stars: ✭ 23 (-58.18%)
Mutual labels:  magento2, magento2-module
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (-45.45%)
Mutual labels:  magento2, magento2-module

Latest Stable Version Total Downloads License Scrutinizer Code Quality Build Status

Magento2 Varnish Cache Warmer

Magento2 module for handling Varnish Cache cleaning and regenerating using admin panel and CLI. It uses multiple process to run the commands to minimize the time required to run.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For release 1.0
  • Magento 2.2
  • PHP 7.1
For realease 2.0
  • Magento 2.3
  • PHP 7.1/7.2
For realease 2.2
  • Magento 2.3
  • PHP 7.1/7.2/7.3
For realease 2.3
  • Magento 2.3/2.4
  • PHP 7.1/7.2/7.3/7.4

Installing

Download the module

Using composer (suggested)

Simply run

composer require lizardmedia/module-varnish-warmer
Downloading ZIP

Download a ZIP version of the module and unpack it into your project into

app/code/LizardMedia/VarnishWarmer

If you use ZIP file you will need to install the dependencies of the module manually

composer require react/http-client:^0.5.9

Install the module

Run this command

bin/magento module:enable LizardMedia_VarnishWarmer
bin/magento setup:upgrade

Usage

Admin panel

The commands can be run in backround from admin panel using Lizard Media Varnish Warmer menu tab.

CLI

The commands can be run using Magento built-in CLI:

  • lm-varnish:cache-purge-homepage - purges and regenerates homepage
  • lm-varnish:cache-purge-general - purges and regenerates homepage and categories
  • lm-varnish:cache-purge-wildcard - purges * and regenerates homepage, categories and products
  • lm-varnish:cache-purge-all - purges and regenerates homepage, categories and products
  • lm-varnish:cache-purge-force - purges * without regenerating. Omits lock check
  • lm-varnish:cache-purge-products - purges and regenerates products
  • lm-varnish:cache-refresh-url - purges and regenerates single URL given as argument

Command options

  • store - sets store view ID to get a correct base URL, e.g.
php bin/magento lm-varnish:cache-refresh-url "*" --store=1

For developers

The number of process used for purging and regenerating Varnish cache can be customized in the admin panel. The max number of processes is specified in LizardMedia\VarnishWarmer\Model\Config\GeneralConfigProvider If you have a powerful server you can modify those numbers to use more resources.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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