Cron and WP Super Cache in Preload Mode

Will they wait until the next hit to wp-cron.php (+8 hours)? Yes. That’s why it’s important to keep this duration shorter. I usually keep it to every 5 minutes. PS: I know it’s an old question. But, wanted to answer it anyway, if someone else has the same question in the future.

Will setcookie work if there is a cache plugin installed?

It will most likely depend on the plugin, but you should also remember that your content might be cached also in caching proxies as well. https://stackoverflow.com/questions/9334393/proxy-cacheing-what-about-cookies In other words, if your output is different to two different users, than you can not use caching. The way to go around this is to make the decision … Read more

Update Custom post field by Ajax on cached site

I’ve spotted some errors here: jQuery.ajax({ type: “POST”, contentType: “application/json; charset=utf-8”, // default: ‘application/x-www-form-urlencoded; charset=UTF-8’. you can not set url: “http://localhost/wp-admin/admin-ajax.php”, // if you have correctly enabled ajax in wp, you should use the object you set up with the url data: “{‘action’:’get_PostViews(” + idpost + “)’}”, // you can use a PlainObject notation, so … Read more

WP Super Cache All Pages [closed]

Plugins such as WP Super Cache have a setting for that. It’s called “pre-load”, it allows you to pre-load pages and you can set an specific interval to regenerate cache. If you publish at least 3 or 4 times a week a good configuration could be every 4000 minutes.

Too many redirects when using wp super cache [closed]

It’s a cache problem. See if the cache directory is writable (it should be 755), try to empty it and try again. Another cause might be the combination of CURL extension and enabled open_basedir. Check with your host. Another solution might be to try the “Permalink Fix & Disable Canonical Redirects Pack” plugin – http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)