wildwuchs123
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I'm using Chrome on Mac and Chrome is up to date Version 108.0.5359.124 (Official Build) (arm64). Browser data, cache etc. was deleted several times. Unfortunately, the error message persists.Forum: Plugins
In reply to: [OPcache Manager] OPcache is not enabled on this site.Then I'm relieved that everything works and close the topic. Many thanks for the great support and all the best for the future.Forum: Plugins
In reply to: [OPcache Manager] OPcache is not enabled on this site.Thank you very much for the quick reply and the patient support. The message "OPcache is not enabled on this site. There's nothing to see here." was shown to me in OPcache Management after I invalidated the page. The message persists. I'm happy about your message that the OPCache obviously works despite the error message. What confuses me as a layman is the message about the health of the website. "A persistent object cache makes your site's database more efficient, resulting in faster load times because WordPress can retrieve your site's content and settings much faster. Your hosting provider can tell you if a persistent object cache can be enabled for your site." and "Your site uses database transient. You should consider using a dedicated object caching mechanism, like APCu, Memcached or Redis, to improve your site's speed." Doesn't that contradict a working OP cache? Thank you and Happy Christmas Holidays.Forum: Plugins
In reply to: [OPcache Manager] OPcache is not enabled on this site.Hallo Pierre.
Yes, I have enabled Opcache Analytics. Unfortunately, I can’t find a way to insert a screenshot here in the forum. I am trying to paste text here and hope the display works for you..
Thank you for your support.Obtaining statistics about OPcache usage You can get OPcache analytics for today (compared with yesterday). To do that, use the wp opcache analytics command. By default, the outputted format is a simple table. If you want to customize the format, just use --format=<format>. Note if you choose json or yaml as format, the output will contain full data and metadata for the current day. Examples To display OPcache analytics, type the following command: pierre@dev:~$ wp opcache analytics +--------------+-----------------------------------------------+-------+--------+-----------+ | kpi | description | value | ratio | variation | +--------------+-----------------------------------------------+-------+--------+-----------+ | Hits | Successful calls to the cache. | 1.9M | 99.9% | +0.02% | | Total memory | Total memory available for OPcache. | 192MB | 42.42% | -5.53% | | Keys | Keys allocated by OPcache. | 3K | 15.45% | +9.14% | | Buffer | Buffer size. | 6MB | 99.08% | +0.84% | | Availability | Extrapolated availability time over 24 hours. | 24 hr | 100% | 0% | | Scripts | Scripts currently present in cache. | 2.3K | - | -9.44% | +--------------+-----------------------------------------------+-------+--------+-----------+ Getting OPcache Manager status To get detailed status and operation mode, use the wp opcache status command. Note this command may tell you OPcache is not activated for command-line even if it's available for WordPress itself. It is due to the fact that PHP configuration is often different between command-line and web server. Nevertheless, if OPcache is available for WordPress, other OPcache Manager commands are operational. Managing main settings To toggle on/off main settings, use wp opcache settings <enable|disable> <analytics|metrics>. If you try to disable a setting, wp-cli will ask you to confirm. To force answer to yes without prompting, just use --yes. Available settings • analytics: analytics feature • metrics: metrics collation feature Example To disable analytics without confirmation prompt, type the following command: pierre@dev:~$ wp opcache settings disable analytics --yes Success: analytics are now deactivated. Forced invalidation To initiate a forced invalidation, use wp opcache invalidate. This invalidation will be done at the next scheduled cron. Example To invalidate files without confirmation prompt, type the following command: pierre@dev:~$ wp opcache invalidate --yes Success: invalidation scheduled to start in less than 5 minutes. Forced warm-up To initiate a forced invalidation followed by a warm-up, use wp opcache warmup. The invalidation and warm-up will be done at the next scheduled cron. Example To invalidate and warm-up files without confirmation prompt, type the following command: pierre@dev:~$ wp opcache warmup --yes Success: invalidation and warmup scheduled to start in less than 5 minutes. Misc flags For most commands, OPcache Manager lets you use the following flags: • --yes: automatically answer "yes" when a question is prompted during the command execution. • --stdout: outputs a clean STDOUT string so you can pipe or store result of command execution. It's not mandatory to use --stdout when using --format=count or --format=ids: in such cases --stdout is assumed. Note OPcache Manager sets exit code so you can use $? to write scripts. To know the meaning of OPcache Manager exit codes, just use the command wp opcache exitcode list.Thank you for your effort.
Only now, in hindsight, did I realize that it might not be a good idea for my IP address to be public here in the forum. Is there a way to delete this post?
Also, a new problem has arisen, which might be related to this?
I’ll open a new thread for this.
Warm greetings
Thank you for your prompt reply. I checked the IP address with both URL’s. Unfortunately they are not identical. Only the first half of the address matches my IP. ip: 2a02:810a:b00:2208……..
What can I do?
Best regards
Viewing 6 replies - 1 through 6 (of 6 total)