docjojo
Forum Replies Created
-
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommercedepends on your config and os.
this might help:https://serverfault.com/questions/189940/how-do-you-restart-php-fpm
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommercewell then something is wrong with your setup.
did you restart php after changing the php.ini ?Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommercethe plugin will only install the object-cache if APCu is enabled.
if (extension_loaded(‘apcu’) && apcu_enabled())
Maybe your config changed in the meantime.
But you should get an error message on the atec-cache-apcu dashboard that APCu is not enabled.Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommercerun
php --info|grep APCu
and see what happens, looks to me like you do not have apcu enabled at all.
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceHello, do not rename the object-cache.php!
Docket Cache is not related and you should not run multiple cache plugins at the same time.
Redis is a different story –?but the problem you face could be related, as the extension needs to be activated for CLI.
Setapc.enable_cli=1
in your php.ini or conf.d/20-apcu.ini
Then put this into a script file and run from cli.<?php
$apcu_cache=apcu_cache_info(true);
if ($apcu_cache)
{
$apcu_mem = apcu_sma_info();
echo 'APCu memory: ', ($apcu_mem['num_seg']*$apcu_mem['seg_size']), ' bytes.';
echo "\n";
$testKey='atec_apcu_test_key';
apcu_add($testKey,'hello');
$success=apcu_fetch($testKey)=='hello';
if ($success) echo 'APCu is writeable.';
else echo 'APCu writing to cache failed.';
echo "\n";
if ($success) apcu_delete($testKey);
}
?>Forum: Plugins
In reply to: [atec Cache APCu] php fehlerund was gefunden?
Habe eben eine neue Version hochgeladen (nur über atec-deploy).
Aber was das obige Thema angeht nichts gefunden.Ich br?uchte mehr Info um überhaupt einen Anhaltspunkt zu haben wonach ich suchen kann.
Forum: Plugins
In reply to: [atec Cache APCu] php fehlerFehlerquote? Meinen Sie die “Fehlschl?ge” ? Die besagen nur dass ein Wert nicht im Cache gefunden wurde. Das ist in dem Sinne kein Fehler.
Ohne weitere Daten kann ich wenig sagen. Ein Screenshot der Cache Seite würde helfen.
Und mal den OC, WP und APCu Cache l?schen!Forum: Plugins
In reply to: [atec Cache APCu] php fehlerHab hier mal Kaira installiert. Kein Problem.
Forum: Plugins
In reply to: [atec Cache APCu] php fehlerM?glicherweise ein Konflikt mit einem anderen Plugin oder zu wenig speicher?
Bitte mal die config Daten schicken.
ggf. per Email.Forum: Plugins
In reply to: [atec Cache APCu] php fehlerDann stimmt was nicht. Es sollte deutlich schneller sein.
Ich müsste da mehr über die Konfiguration wissen und welche Plugins noch installiert sind.
Evtl. auch mal den OC, WP und APCu Cache l?schen und schauen ob das was ?ndert.Forum: Reviews
In reply to: [atec Cache APCu] A Game-Changer for WordPress PerformanceThank you very much for taking the time to write this great review.
Forum: Plugins
In reply to: [atec Cache APCu] php fehlergreat!
Forum: Reviews
In reply to: [atec Cache APCu] perfectDanke. Wir bemühen uns super schlanken code zu schreiben.
Forum: Plugins
In reply to: [atec Cache APCu] php fehlerThank you, please update and let me know.
Forum: Reviews
In reply to: [atec Cache Info] Very helpfulThank you!
Feel free to try the other plugins too.