lavitto / typo3-apc-manager
APC Manager for TYPO3
Requires
- php: >=7.1.0
- typo3/cms-backend: ^9.5||^10.4
- typo3/cms-core: ^9.5||^10.4
- typo3/cms-extbase: ^9.5||^10.4
Replaces
- lavitto/typo3-apc-manager: 1.0.5
README
This extension adds an apc manager backend module to your TYPO3 website.
- Gitlab Repository: gitlab.com/lavitto/typo3-apc-manager
- TYPO3 Extension Repository: extensions.typo3.org/extension/apc_manager
- Found an issue?: gitlab.com/lavitto/typo3-apc-manager/issues
1. Introduction
Features
- Adds a backend module to manage the apc cache
- Provides some informations about the required apc configuration
- Provides an experimental "automatic configuration"-function
Screenshots
Admin User Cache
Configuration (invalid)
Configuration (valid)
2. Installation
Installation using Composer
The recommended way to install the extension is by using Composer. In your Composer based
TYPO3 project root, just do composer req lavitto/typo3-apc-manager
.
Installation from TYPO3 Extension Repository (TER)
Download and install the extension apc_manager
with the extension manager module.
3. Minimal setup
No setup required.
4. Administration
Use APC admin
1) Select the backend module "APC Manager"
More informations about the apc manager:
Configuration
1) Select the backend module "APC Manager" 2) Select the submodule "configuration" in the select-field
Here you can check the current apc configuration of your system. Your find some informations about your apc configuration and the recommended configuration by using the apc manager.
Valid configuration
- If the configuration is valid, there is a green infobox at the top
Invalid configuration
- If the configuration is invalid, there is a gray infobox at the top
- Additionally you find the recommended configuration and an automatic configuration function (experimental!)
5. Contribute
Please create an issue at https://gitlab.com/lavitto/typo3-apc-manager/issues.
Please use GitLab only for bug-reports or feature-requests. For support use the TYPO3 community channels or contact us by email.
6. Support
If you need private or personal support, contact us by email on info@lavitto.ch.
Be aware that this support might not be free!