ahnabil
Forum Replies Created
-
seem to be PHP 7.2 related error, downgrade to 7.0
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Menu Custom Fieldscan the developer shed some light on us
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Menu Custom Fieldshow is that? when i disable the PLUGIN, everything works
Forum: Plugins
In reply to: [W3 Total Cache] Error 500 on flushing cacheit appears after enabling cloudflare, that the FSD CDN checkbox is checked, and greyed out, i think thats the issue
Forum: Plugins
In reply to: [W3 Total Cache] Error 500 on flushing cacheok it appears that this occurs only when trying to flush the page cache
Forum: Plugins
In reply to: [Autoptimize] Autp purge cacheThanks mate, and thank your wife for me. ??
if that’s just muting the canary, how can i track down the real issue?
if i set the cache size to 10GB it gets filled anyway
Forum: Plugins
In reply to: [Autoptimize] Autp purge cacheno mate, can’t she’s yours only, can you please ask her for me what is the right snippet so that life can goes on? without killing the damn canary
Forum: Plugins
In reply to: [Autoptimize] Autp purge cachewho are you mate ? ??
Forum: Plugins
In reply to: [Autoptimize] Autp purge cacheyeah thats awesome progress, now we have the snippet and where to put it.
the last question remains, how should we trigger it? ??Forum: Plugins
In reply to: [Autoptimize] Autp purge cachegreat i was just going to ask the 2 questions, but for where i’ll throw it in functions.php, but how do i trigger it?
Forum: Plugins
In reply to: [Autoptimize] Autp purge cache*——————————-*/ /* # Automatically clear autoptimizeCache if it goes beyond 256MB /*——————————-*/ if (class_exists(‘autoptimizeCache’)) { $myMaxSize = 256000; # You may change this value to lower like 100000 for 100MB if you have limited server space $statArr=autoptimizeCache::stats(); $cacheSize=round($statArr[1]/1024); if ($cacheSize>$myMaxSize){ autoptimizeCache::clearall();
that snippet clear cache if got full? got it never worked, is that the right snippet?
Hi,
what about wp super cache, the snippet works fine for w3 total cache
how to purge AO cache alongside WP Super Cache
any eta for full nginx support?
i’ve excluded all theme files
visual composer plugin files
massive addons for vc all files
wp-includes all files
product filter plugin all filescleared cache
cleared browser cache
still same issuelike i told you, no plugins files are minified, a clean unminified, uncombined, non execluded
i’ve disabled the plugin for testing,
i’ll leave it up for the next 6 hours for you to see
also just noticed that enabling minification stops all visual composer styles from happening on the frontend