Download the PHP package mageplaza/module-quick-flush-cache without Composer

On this page you can find all versions of the php package mageplaza/module-quick-flush-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-quick-flush-cache

Magento 2 Quick Flush Cache extension

(Update) 2023-03-09: This project will be marked as a paid item and no longer be maintained as free. For further updates and technical support, please follow Magento 2 Backend Tools for more information. We understand that this change might create inconvenience for our users. However, this is to ensure that the module will be updated with more useful features to support Magento 2 stores better. If you have any concerns or ideas about any features you would like to see, don’t hesitate to contact us and leave a request.

Quick Flush Cache is the solution to save a lot of time flushing cache at the admin backend. With Quick Flush Cache, clearing cache becomes easily with the automatic process or ajax flushing on the current page.

1. Documentation

2. FAQ

Q: I got an error: Mageplaza_Core has been already defined

A: Read solution here

Q: What flush types does Quick Flush Cache offer?

A: There are two types you can choose to flush cache: automatic or manual. Store admins can actively clear cache by clicking on Flush button or the extension automatically flush cache when the page is reloaded by any updates.

Q: Is Ajax supported with manual flush?

A: Yes, definitely. When the button “Flush Cache” is clicked on, the page will be reloaded by Ajax and store admin is kept on the current page.

Q: Is reindex included in this extension?

A: Yes, Quick Flush Cache supports Reindex button which you can click on to reindex instantly invalid indexers with Ajax without any redirection.

3. How to install

Install via composer (recommend). Run the following command in Magento 2 root folder:

With Marketing Automation (recommend):

Without Marketing Automation:

4. Highlight Features

Manually flush cache with Ajax

In manual mode, Quick Flush Cache module allows store admin to clean cache without being redirected to another page.

Because Ajax is supported, the cache is flushed after one click while you keep staying on the current page.

Automatically flush cache

In the automatic mode, the cache is automatically flushed right when the page is reloaded.

For example, when the store admin saves any updated, the page is refreshed and the cache is flushed at the same time.

The store admin does not need to click on any button. All flushing process is activated automatically.

Quickly reindex

Quick Flush Cache also allows stores to reindex easily.

When you get a notification that one or more indexers are invalid, you can do reindexing immediately by clicking on the Reindex Now button. This process is practised without any redirection,

5. Full Feature Lists

6. User Guide

How to Configure

From the Admin Panel, go to Stores > Settings > Configuration > Mageplaza Extensions > Quick Flush Cache

Explore more extensions:


All versions of module-quick-flush-cache with dependencies

PHP Build Version
Package Version
Requires mageplaza/module-core Version ^1.4.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mageplaza/module-quick-flush-cache contains the following files

Loading the files please wait ....