Vladimir R

Results 3 issues of Vladimir R

The thing is that ip2c.org server has very long https response delay, as tested today it was mostly from 2 up to 16 (!) seconds. Without ssl it works perfect,...

The question is how to save WP Super Cache plugin configuration while deploy a new version of the web. We have two domains: example.com (deploy) - with caching on dev.example.com...

command:super-cache

You should make test for $installed_ver BEFORE add_option instruction, otherwise it's code never run)) ``` // save current database version for later use (on upgrade) add_option('cltd_example_db_version', $cltd_example_db_version); ... $installed_ver =...