LtSich
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Super Cache Any Mobile Theme SwitcherI answer to myself, if someone read this board.
I have find the issue.
I use personnal permalink. And in my configuration there was no / at the end of the structure…. I have just add the / at the end and now the cache work fine.Thx for this plugin.
Forum: Plugins
In reply to: [WP Super Cache] Super Cache Any Mobile Theme SwitcherI continu to search any solution with that problem.
If I use the PHP Caching I have the same issue with my computer or with my mobile phone.
WP Super Cache build the cache, but don’t see that the file already exist and rebuild a new one.
This make the cache useless and worth, give more work to the site.Always the same issue with debug activated : No wp-cache file exists. Must generate a new one.
After some search it seem that the value of $cache_file is not set… Then the check don’t work…
This value is used in : wp-cache-phase1.php at line 156…
I’m the only one with that issue ? Does someone else have make extended check ?
Because with that issue I have always sql query on my database, the cache is just not used…
The only way to make it work is for computer (not mobile device) with rewrite rules… Because the PHP check don’t work…Programming is not my job, any help to find how to give the good value to $cache_file ?
And just to say, $filename and $file are correctly defined…
Forum: Plugins
In reply to: [WP Super Cache] Super Cache Any Mobile Theme SwitcherJust to give some extra logs
wp_cache_check_mobile:
mobile browser detected:
supercache dir: (the good directory)
wp_cache_get_cookies_values: return:
No wp-cache file exists. Must generate a new one. (but the file exist !)and after that more logs that the file is created…
Forum: Plugins
In reply to: [WP Super Cache] Preloaded files are not servedpeople posting comment don’t see the cached file… Same for connected people… I think you can change this in the config.
You have 2 things in the advanced settings :
Make known users anonymous so they’re served supercached static files.
and
don’t cache know users (in french on my site).You can probably serve cached files with those settings…