Quick Cache Cleaning - Joomla! Modul - Logo

JOOMLA 4.x JOOMLA 3.x FREE PRO

Name: Quick Cache Cleaning - Version: 3.2.2 / 3.3.5.0-PRO / 4.2.0.0-PRO - Typ: Administrationsmodul / Systemplugin - Lizenz: GPLv3
Beschreibung: Das Modul ermöglicht die Ausführung der Wartungsaufgaben von überall im Backend in Sekunden - Joomla! Extensions Directory

Übersicht über alle Downloads zu dieser Erweiterung: QCC - Quick Cache Cleaning Downloads

In Sekunden überall im Backend den Cache und abgelaufenen Cache leeren, globales Freigeben durchführen

Modul / Plugin: QCC - Quick Cache Cleaning
Funktion: Führt die Wartungsaufgaben (Cache und abgelaufenen Cache leeren, globales Einchecken / Freigeben) innerhalb von Sekunden von überall im Backend durch. Das Plugin leert den Cache automatisch bei voreingestellten Events (Trigger). QCC ist klein, schnell und benutzt die Originalfunktionen von den dafür zuständigen Komponenten!
Sprachen: Deutsch und Englisch

Beim Modul kann man zwischen zwei Ansichten wählen: Menü und Dropdown Liste. Wenn man die Ansicht Dropdown Liste auswählt, dann sollte die Position status für das Modul verwendet werden. Wenn man Menü wählt, dann sollte das Modul auf der Position menu veröffentlicht werden und QCC wird automatisch einen neuen Menüpunkt erstellen.

Das Plugin löscht den Cache bei voreingestellten Ereignissen automatisch. Die Ausführung wird von der jeweiligen Komponente über sog. Trigger angestoßen. In der ersten Version des Plugins kann der Cache zum Beispiel automatisch nach dem Speichern eines Artikels geleert werden.

Spare deine Zeit, du brauchst nur einen Klick für die Wartungsarbeiten!

Features

  • Modul führt Wartungsarbeite überall im Backend in Sekunden durch
  • Plugin leert den Cache bei voreingestellten Events (Triggern)
  • Cache und abgelaufenen Cache leeren - Cache Cleaner fürs Backend
  • Globales Einchecken / Freigeben durchführen
  • CLI-Skript, um Cache-Dateien schnell und automatisch zu löschen (Pro)
  • Modul ist klein und schnell, benötigt kein großes Framework
  • Modul nutzt die Originalfunktionen von den dafür zuständigen Komponenten
  • Schneller, sauberer Code
  • Sprachen: Deutsch und Englisch

Installation

Das Paket übers Backend installieren.

Vorgehen nach der Installation für das Modul:

  • 'Erweiterungen' - 'Module' auswählen
  • Art des Moduls von 'Site' auf 'Administrator' umstellen (ganz oben bei den Dropdownlisten ganz links)
  • 'QCC - Quick Cache Cleaning' auswählen
  • Als Position 'menu' oder 'status' auswählen oder eingeben (abhängig vom gewählten Ansichtstyp) und den Status auf 'Freigegeben' setzen

QCC - Quick Cache Cleaning Screenshots

Vorgehen nach der Installation für das Plugin:

  • 'Erweiterungen' - 'Plugins' auswählen
  • Das Plugin 'System - Quick Cache Cleaning' auswählen, konfigurieren und freigeben

Changelog

+ = Hinzugefügt - ! = Entfernt - ^ = Geändert - # = Gefixt

Joomla! 4.x

Version 4.2.0.0-PRO - 2023-05-23

  • + Added Add cache status change buttons options. This option adds buttons to enable or disable the cache (core and plugins). Supported caches: Core cache (Conservative/Progressive), Page Cache and Page Cache Extended plugins. Thanks to Dirk (Deltapapa) for requesting this feature!
  • + Added Enable Cache Rules options for Core Cache, Page Cache and Page Cache Extended plugins.
  • ^ Code optimisations

Version 4.1.0.0-PRO - 2023-01-19

Version 4.0.2.0-PRO - 2022-09-12

  • + Added Pro Security Token validation check. The Pro package contains a token file with an individual security token linked to the user account and checked against the validation server for authenticity.
  • ^ Multiple internal code optimisations.

Version 4.0.1.0-PRO - 2021-11-14

  • + Added the built-in Download Key Manager support to enter your Pro Update ID without installing the update helper plugin.
    Important: Please copy your personal Pro Update ID using the second copy button in the Pro ID Manager and enter the key in System - Update - Update Sites - Select the entry of the Pro extension and enter the ID into the Download Key field.
  • ^ Code optimisations

Version 4.0.0.0-PRO - 2021-09-17

  • + First Pro release for Joomla! 4.x based on QCC Pro version 3.3.5.0-PRO
  • + Added php cli/joomla.php qcc:clean command - Cleans the complete cache.
  • + Added php cli/joomla.php qcc:purge command - Purges the expired cache.
  • ! Removed standalone console script (qccCli.php), use new php cli/joomla qcc:[clean|purge] entry points instead!

Joomla! 3.x

Version 3.3.5.0-PRO - 2021-06-19

  • ^ Maintenance release
  • ^ Changed the version number specification. The first number stands for the supported major Joomla! version. The following three numbers follow the Semantic Versioning Specification (SemVer), as it used to be previously.
  • ^ Updated custom field
  • ^ Code optimisations

Version 3.3.4-PRO - 2021-03-24

  • + Trigger onAfterPurge event option - With this option, the event onAfterPurge can be triggered to execute additional processes by plugins listening to this event. Thanks to Michael K. for requesting this feature!

Version 3.3.3-PRO - 2021-01-29

  • ^ Maintenance release
  • ^ Updated language files
  • ^ Code optimisations

Version 3.3.2-PRO - 2020-06-26

Version 3.3.1-PRO - 2019-11-24

  • + Added QCC CLI script - Purges the cache quickly and automatically using the command line interface.
    Call it with the PHP CLI handler: php /path/to/cli/folder/qccCli.php. Create a cronjob for the script to purge the cache automatically.

Version 3.2.2 - 2019-08-02

  • + Added Custom Field - Pro Button
  • ^ Updated Custom Fields
  • ^ Updated Project Page URL
  • ^ Code Optimizations

Version 3.3.0-PRO - 2019-04-30

  • + First Pro release based on QCC version 3.2.1

Version 3.2.1 - 2017-12-22

  • + Automatic Cleaning - User Save Process - The cache can be cleaned automatically if a user is saved. The cleaning process can be restricted to new accounts only.
  • + Administrator Cache - Cache from the back end (administrator/cache/) is also cleaned (not only front end cache)
  • ^ Updated language files
  • ^ Updated custom field

Version 3.2.0 - 2017-01-02

  • + Frontend Token - With this token the cache cleaning process can be executed from the frontend. Just add ?qcc=TOKEN (replace TOKEN with your token) to the URL in the frontend and the plugin will purge all stored cache automatically. You should select a long, not guessable token! Leave blank to deactivate this feature.
  • + Improved CSS instructions for position "status"
  • ^ Small code optimizations
Öffnen/Schließen

Version 3.1.1 - 2016-06-30

  • + CSS instructions for position "status" - Added readable background colour for hover effect on this position.
  • ^ Code optimization
  • ^ Updated Donation Code Field

Version 3.1.0 - 2015-08-01

  • + Donation Code Validation Process - Improved the validation process with a new server (HTTPS request) plus an independent, separated fallback server (HTTP request).
https://check.kubik-rubik.de/
http://check.kubik-rubik.eu/
  • + New Download Server - Download packages are located independently of the project website on a new download server.
  • https://downloads.kubik-rubik.de/
  • ^ Semantic versioning - Switched to semantic versioning, see http://semver.org/ for more details. Please update manually since the core update server functionality will not recognize the new version!
  • Version 3-5 - 2015-02-22

    • + Update Server - Added the Joomla! core functionality for the update checks
    • ^ Updated Donation Code field - Uses the HTTP API for the requests and calls the check script via HTTPS
    • ^ Links in the language files - Updated outdated links to the JED (Joomla! Extensions Directory)
    • ! Removed Version Check field

    Version 3-4 - 2014-09-01

    • + Added QCC System Plugin - The cache can be deleted on certain trigger events. In the first version the plugin can be executed in the article saving trigger. This trigger is called when an article is saved.
    • ^ Installation type is a Package due to the addition of the plugin to the module

    Version 3-3 - 2014-05-04

    • ^ Code optimization

    Version 3-2 - 2013-11-17

    • + Joomla! 3.2 compatibility - removed notice error, improved settings file
    • ^ Updated custom fields

    Version 3-1 - 17-Feb-2013

    + Erste Version für Joomla! 3.x veröffentlicht

    Joomla! 2.5

    Version 2.5-1 - 17-Feb-2013

    + Erste Version für Joomla! 2.5 veröffentlicht

    Download

    Übersicht über alle Downloads zu dieser Erweiterung: QCC - Quick Cache Cleaning Downloads