Опис
Flush OPcache
- creates a button in admin bar to flush OPcache
- flush only files in WordPress absolute path
- individual or bulk file invalidation
- support both memory and file caching
- support multisite
OPcache Statistics
- memory, hits, strings and keys statistics
- directives, functions and general informations
- list all files
- fully responsive
WP CLI ready
- add flush-opcache command to flush cache with cli:
wp flush-opcache flush
- don’t forget to add
opcache.enable_cli=1
to your PHP configuration
There are three tabs in admin page under Tools:
- General settings: plugin settings
- Statistics: responsive dashboard about OPcache statistics
- Cached files: list of cached files with the possibility of invalidating them
Снимци екрана
Постављање
As usual…
Прегледи
20. фебруар 2025.
1 одговор
First, thank you! Second, please update it!!!
8. септембар 2024.
1 одговор
I have 2 wordpress sites on my server and one was always fast and one always slow ( and this would swap around)
Using your plugin I could see that the Opcache memory was full and also what all the settings were.
I added some settings to /etc/php/8.1/cli/conf.d/10-opcache.ini and now both my wordpress sites are fast !
18. август 2022.
Thanks and keep going please! 🙂
7. јун 2022.
Good way to find out how well your opcache setup works
21. мај 2021.
Läuft einwandfrei und tut genau das, was es soll!
15. март 2021.
Does what is says, fantastic plugin
Сарадници и градитељи
WP OPcache је преведен на 8 језика. Хвала преводиоцима за њихове доприносе.
Преведите WP OPcache на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
4.2.3
- Ensure user is admin or superadmin to display flush button in admin bar
- Ensure to not continue if OPcache is disabled or not installed to avoid printing PHP errors
4.2.1
- Maintenance release
- Menu moved under Tools
4.2.0
- Add CLI support
4.1.4
- Fix a bug on clearing cache after upgrade
- Flush files even when WP use its own directory
- Use WordPress 6.0 as default
- Use php8.0 as default
4.1.3
- Fix a bug on datetime in cached file list
4.1.2
- Fix a bug with ABSPATH when WordPress uses its own directory
4.1.1
- Tested up to WordPress 5.8
4.1.0
- Remove i18n (use translate.wordpress.org)
- Use wp_opcache_invalidate instead of opcache_invalidate
4.0.1
- Enhance README.txt
- Remove old screenshots
4.0.0
- Invalidate files only in WordPress absolute path
- Use tabs instead of pages in admin area
- New tab with cached files list
- Tested up to WordPress 5.7.1
Full changelog here