https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image
drwxr-x--- 5 lsadm www-data 4096 Aug 27 10:10 .
drwxr-xr-x 24 root root 4096 Feb 8 2024 ..
drwxr-x--- 2 lsadm www-data 4096 Feb 5 2024 cert
-rwxr-x--- 1 lsadm www-data 1651 Feb 8 2024 example.crt
-rwxr-x--- 1 lsadm www-data 1704 Feb 8 2024 example.key
-rwxr-x--- 1 lsadm www-data 8437 Aug 27 10:10 httpd_config.conf
-rwxr-x--- 1 lsadm www-data 7637 Feb 5 2024 httpd_config.conf.dpkg
-rwxr-x--- 1 lsadm www-data 5562 Aug 28 00:00 httpd_config.conf.txt
-rwxr-x--- 1 root root 8437 Aug 27 10:10 httpd_config.conf0
-r-xr-x--- 1 root root 9891 Aug 27 10:10 httpd_config.conf0,v
-rwxr-x--- 1 lsadm www-data 5123 Feb 5 2024 mime.properties
-rwxr-x--- 1 lsadm www-data 5123 Feb 8 2024 mime.properties0
-rwxr-x--- 1 lsadm www-data 5338 Feb 8 2024 mime.properties0,v
drwxr-x--- 2 lsadm www-data 4096 Feb 8 2024 templates
drwxr-x--- 4 lsadm www-data 4096 Feb 8 2024 vhosts
batcat /usr/local/lsws/conf/vhosts/wordpress*/* --paging never
───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /usr/local/lsws/conf/vhosts/wordpress/vhconf.conf
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ docRoot /var/www/html/
2 │
3 │ index {
4 │ useServer 0
5 │ indexFiles index.php index.html
6 │ }
7 │
8 │ context /phpmyadmin/ {
9 │ location /var/www/phpmyadmin
10 │ allowBrowse 1
11 │ indexFiles index.php
12 │
13 │ accessControl {
14 │ allow *
15 │ }
16 │
17 │ rewrite {
18 │ enable 0
19 │ inherit 0
20 │
21 │ }
22 │ addDefaultCharset off
23 │
24 │ phpIniOverride {
25 │
26 │ }
27 │ }
28 │
29 │ rewrite {
30 │ enable 1
31 │ autoLoadHtaccess 1
32 │ }
33 │ vhssl {
34 │ keyFile /etc/letsencrypt/live/iphonehub.cz/privkey.pem
35 │ certFile /etc/letsencrypt/live/iphonehub.cz/fullchain.pem
36 │ certChain 1
37 │ }
───────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /usr/local/lsws/conf/vhosts/wordpress/vhconf.conf.txt
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ docroot /var/www/html/
2 │
3 │ rewrite {
4 │ enable 1
5 │ autoloadhtaccess 1
6 │ }
7 │
8 │ context /phpmyadmin/ {
9 │ location /var/www/phpmyadmin
10 │ adddefaultcharset off
11 │ phpinioverride
12 │ indexfiles index.php
13 │ allowbrowse 1
14 │
15 │ rewrite {
16 │ enable 0
17 │ inherit 0
18 │ }
19 │
20 │ accesscontrol {
21 │ allow *
22 │ }
23 │ }
24 │
25 │ vhssl {
26 │ keyfile /etc/letsencrypt/live/iphonehub.cz/privkey.pem
27 │ certfile /etc/letsencrypt/live/iphonehub.cz/fullchain.pem
28 │ certchain 1
29 │ }
30 │
31 │ index {
32 │ indexfiles index.php index.html
33 │ useserver 0
34 │ }
───────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /usr/local/lsws/conf/vhosts/wordpress/vhconf.conf0
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ docRoot /var/www/html/
2 │
3 │ index {
4 │ useServer 0
5 │ indexFiles index.php index.html
6 │ }
7 │
8 │ context /phpmyadmin/ {
9 │ location /var/www/phpmyadmin
10 │ allowBrowse 1
11 │ indexFiles index.php
12 │
13 │ accessControl {
14 │ allow *
15 │ }
16 │
17 │ rewrite {
18 │ enable 0
19 │ inherit 0
20 │
21 │ }
22 │ addDefaultCharset off
23 │
24 │ phpIniOverride {
25 │
26 │ }
27 │ }
28 │
29 │ rewrite {
30 │ enable 1
31 │ autoLoadHtaccess 1
32 │ }
33 │ vhssl {
34 │ keyFile /etc/letsencrypt/live/iphonehub.cz/privkey.pem
35 │ certFile /etc/letsencrypt/live/iphonehub.cz/fullchain.pem
36 │ certChain 1
37 │ }
───────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /usr/local/lsws/conf/vhosts/wordpress/vhconf.conf0,v
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ head 1.3;
2 │ access;
3 │ symbols;
4 │ locks
5 │ root:1.3; strict;
6 │ comment @# @;
7 │
8 │
9 │ 1.3
10 │ date 2024.08.27.10.10.48; author root; state Exp;
11 │ branches;
12 │ next 1.2;
13 │
14 │ 1.2
15 │ date 2024.02.08.06.09.09; author root; state Exp;
16 │ branches;
17 │ next 1.1;
18 │
19 │ 1.1
20 │ date 2024.02.08.06.07.56; author root; state Exp;
21 │ branches;
22 │ next ;
23 │
24 │
25 │ desc
26 │ @/usr/local/lsws/conf/vhosts/wordpress/vhconf.conf0
27 │ @
28 │
29 │
30 │ 1.3
31 │ log
32 │ @Update
33 │ @
34 │ text
35 │ @docRoot /var/www/html/
36 │
37 │ index {
38 │ useServer 0
39 │ indexFiles index.php index.html
40 │ }
41 │
42 │ context /phpmyadmin/ {
43 │ location /var/www/phpmyadmin
44 │ allowBrowse 1
45 │ indexFiles index.php
46 │
47 │ accessControl {
48 │ allow *
49 │ }
50 │
51 │ rewrite {
52 │ enable 0
53 │ inherit 0
54 │
55 │ }
56 │ addDefaultCharset off
57 │
58 │ phpIniOverride {
59 │
60 │ }
61 │ }
62 │
63 │ rewrite {
64 │ enable 1
65 │ autoLoadHtaccess 1
66 │ }
67 │ vhssl {
68 │ keyFile /etc/letsencrypt/live/iphonehub.cz/privkey.pem
69 │ certFile /etc/letsencrypt/live/iphonehub.cz/fullchain.pem
70 │ certChain 1
71 │ }
72 │ @
73 │
74 │
75 │ 1.2
76 │ log
77 │ @Update
78 │ @
79 │ text
80 │ @d33 5
81 │ @
82 │
83 │
84 │ 1.1
85 │ log
86 │ @Update
87 │ @
88 │ text
89 │ @d1 2
90 │ a2 1
91 │ docRoot $VH_ROOT/
92 │ d5 1
93 │ a5 1
94 │ indexFiles index.php
95 │ d8 2
96 │ a9 2
97 │ context / {
98 │ location $VH_ROOT
99 │ d13 4
100 │ d18 8
101 │ a25 3
102 │ enable 1
103 │ inherit 1
104 │ rewriteFile /var/www/html.old/.htaccess
105 │ d30 1
106 │ a30 1
107 │ enable 1
108 │ a32 1
109 │
110 │ @
/usr/bin
lrwxrwxrwx 1 root root 31 Feb 8 2024 php -> /usr/local/lsws/lsphp81/bin/php
lrwxrwxrwx 1 root root 7 Feb 1 2024 mysql -> mariadb
lrwxrwxrwx 1 root root 28 Feb 1 2024 mysql_convert_table_format -> mariadb-convert-table-format
lrwxrwxrwx 1 root root 17 Feb 1 2024 mysql_find_rows -> mariadb-find-rows
lrwxrwxrwx 1 root root 22 Feb 1 2024 mysql_fix_extensions -> mariadb-fix-extensions
lrwxrwxrwx 1 root root 18 Feb 1 2024 mysql_install_db -> mariadb-install-db
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysql_plugin -> mariadb-plugin
lrwxrwxrwx 1 root root 27 Feb 1 2024 mysql_secure_installation -> mariadb-secure-installation
lrwxrwxrwx 1 root root 21 Feb 1 2024 mysql_setpermission -> mariadb-setpermission
lrwxrwxrwx 1 root root 21 Feb 1 2024 mysql_tzinfo_to_sql -> mariadb-tzinfo-to-sql
lrwxrwxrwx 1 root root 15 Feb 1 2024 mysql_upgrade -> mariadb-upgrade
lrwxrwxrwx 1 root root 15 Feb 1 2024 mysql_waitpid -> mariadb-waitpid
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysqlaccess -> mariadb-access
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqladmin -> mariadb-admin
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqlanalyze -> mariadb-check
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysqlbinlog -> mariadb-binlog
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqlcheck -> mariadb-check
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysqld_multi -> mariadbd-multi
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqld_safe -> mariadbd-safe
lrwxrwxrwx 1 root root 20 Feb 1 2024 mysqld_safe_helper -> mariadbd-safe-helper
lrwxrwxrwx 1 root root 12 Feb 1 2024 mysqldump -> mariadb-dump
lrwxrwxrwx 1 root root 16 Feb 1 2024 mysqldumpslow -> mariadb-dumpslow
lrwxrwxrwx 1 root root 15 Feb 1 2024 mysqlhotcopy -> mariadb-hotcopy
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysqlimport -> mariadb-import
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqloptimize -> mariadb-check
lrwxrwxrwx 1 root root 13 Feb 1 2024 mysqlrepair -> mariadb-check
lrwxrwxrwx 1 root root 14 Feb 1 2024 mysqlreport -> mariadb-report
lrwxrwxrwx 1 root root 12 Feb 1 2024 mysqlshow -> mariadb-show
lrwxrwxrwx 1 root root 12 Feb 1 2024 mysqlslap -> mariadb-slap
-rwxr-xr-x 1 root root 5336816 Feb 1 2024 mariadb
-rwxr-xr-x 1 root root 111933 Feb 1 2024 mariadb-access
-rwxr-xr-x 1 root root 5073400 Feb 1 2024 mariadb-admin
lrwxrwxrwx 1 root root 13 Feb 1 2024 mariadb-analyze -> mariadb-check
-rwxr-xr-x 1 root root 5387440 Feb 1 2024 mariadb-binlog
-rwxr-xr-x 1 root root 5066648 Feb 1 2024 mariadb-check
-rwxr-xr-x 1 root root 4795600 Feb 1 2024 mariadb-conv
-rwxr-xr-x 1 root root 4221 Feb 1 2024 mariadb-convert-table-format
-rwxr-xr-x 1 root root 5162168 Feb 1 2024 mariadb-dump
-rwxr-xr-x 1 root root 8242 Feb 1 2024 mariadb-dumpslow
-rwxr-xr-x 1 root root 3290 Feb 1 2024 mariadb-find-rows
-rwxr-xr-x 1 root root 1250 Feb 1 2024 mariadb-fix-extensions
-rwxr-xr-x 1 root root 35344 Feb 1 2024 mariadb-hotcopy
-rwxr-xr-x 1 root root 5061400 Feb 1 2024 mariadb-import
-rwxr-xr-x 1 root root 23449 Feb 1 2024 mariadb-install-db
lrwxrwxrwx 1 root root 13 Feb 1 2024 mariadb-optimize -> mariadb-check
-rwxr-xr-x 1 root root 4747160 Feb 1 2024 mariadb-plugin
lrwxrwxrwx 1 root root 13 Feb 1 2024 mariadb-repair -> mariadb-check
-rwxr-xr-x 1 root root 50201 Feb 1 2024 mariadb-report
-rwxr-xr-x 1 root root 13699 Feb 1 2024 mariadb-secure-installation
-rwxr-xr-x 1 root root 2506 Feb 1 2024 mariadb-service-convert
-rwxr-xr-x 1 root root 17977 Feb 1 2024 mariadb-setpermission
-rwxr-xr-x 1 root root 5059928 Feb 1 2024 mariadb-show
-rwxr-xr-x 1 root root 5079160 Feb 1 2024 mariadb-slap
-rwxr-xr-x 1 root root 4746488 Feb 1 2024 mariadb-tzinfo-to-sql
-rwxr-xr-x 1 root root 5201784 Feb 1 2024 mariadb-upgrade
-rwxr-xr-x 1 root root 4733944 Feb 1 2024 mariadb-waitpid
lrwxrwxrwx 1 root root 13 Feb 1 2024 mariadbcheck -> mariadb-check
-rwxr-xr-x 1 root root 27335 Feb 1 2024 mariadbd-multi
-rwxr-xr-x 1 root root 31145 Feb 1 2024 mariadbd-safe
-rwxr-xr-x 1 root root 4708632 Feb 1 2024 mariadbd-safe-helper
/usr/local/bin -> wp
ls -la /var/www
total 20
drwxr-xr-x 5 www-data www-data 4096 Aug 27 10:56 .
drwxr-xr-x 14 root root 4096 Feb 8 2024 ..
drwxr-xr-x 5 www-data wordpress 4096 Aug 27 22:57 html
drwxr-xr-x 2 www-data www-data 4096 Feb 8 2024 html.land
srwxrwx--- 1 www-data www-data 0 Aug 27 10:56 memcached.sock
drwxr-xr-x 13 www-data www-data 4096 Aug 27 10:22 phpmyadmin
/usr/local/lsws/Example/
├── cgi-bin
│ └── helloworld
├── fcgi-bin
├── html
│ ├── blocked
│ │ └── index.html
│ ├── css
│ │ ├── bootstrap.min.css
│ │ └── custom.css
│ ├── error404.html
│ ├── img
│ │ ├── 404-icon.png
│ │ ├── blocked_content-icon.png
│ │ ├── cgi-icon.png
│ │ ├── file_upload-icon.png
│ │ ├── olsws_logo.png
│ │ ├── php-icon.png
│ │ ├── powered_by_ols-new.png
│ │ └── pwd_protect-icon.png
│ ├── index.html
│ ├── phpinfo.php
│ ├── protected
│ │ └── index.html
│ ├── upload.html
│ └── upload.php
└── logs
└── access.log
ls -lha /usr/local/lsws/fcgi-bin/
total 4.8M
drwxr-xr-x 2 root root 4.0K Feb 8 2024 .
drwxr-xr-x 24 root root 4.0K Feb 8 2024 ..
-rwxr-xr-x 1 root root 4.3K Feb 5 2024 RackRunner.rb
-rw-r--r-- 1 root root 3.0K Feb 5 2024 lsnode.js
-rwxr-xr-x 1 root root 3.3K Feb 5 2024 lsperld.fpl
lrwxrwxrwx 1 root root 6 Feb 5 2024 lsphp -> lsphp5
-rwxr-xr-x 1 root root 4.8M Feb 5 2024 lsphp5
lrwxrwxrwx 1 root root 33 Feb 8 2024 lsphpnew -> /usr/local/lsws/lsphp81/bin/lsphp
├── lsphp74
│ ├── bin
│ │ ├── lsphp
│ │ ├── phar7.4 -> phar7.4.phar
│ │ ├── phar7.4.phar
│ │ ├── php
│ │ ├── php-helper
│ │ ├── php-maintscript-helper
│ │ ├── php7.4
│ │ ├── phpdismod
│ │ ├── phpenmod
│ │ ├── phpquery
│ │ └── sessionclean
│ ├── etc
│ │ └── php
│ │ └── 7.4
│ │ ├── litespeed
│ │ │ └── php.ini
│ │ └── mods-available
│ │ ├── imap.ini
│ │ ├── json.ini
│ │ ├── mysqli.ini
│ │ ├── opcache.ini
│ │ └── pdo_mysql.ini
│ ├── lib
│ │ └── php
│ │ ├── 20190902
│ │ │ ├── imap.so
│ │ │ ├── json.so
│ │ │ ├── mysqli.so
│ │ │ ├── opcache.so
│ │ │ └── pdo_mysql.so
│ │ └── 7.4
│ │ ├── php.ini-development
│ │ ├── php.ini-production
│ │ ├── php.ini-production.cli
│ │ └── sapi
│ │ └── litespeed
│ ├── share
│ │ ├── doc
│ │ │ └── lsphp74-common
│ │ ├── lsphp74-imap
│ │ │ └── imap
│ │ │ └── imap.ini
│ │ ├── lsphp74-json
│ │ │ └── json
│ │ │ └── json.ini
│ │ ├── lsphp74-mysql
│ │ │ └── mysql
│ │ │ ├── mysqli.ini
│ │ │ └── pdo_mysql.ini
│ │ ├── lsphp74-opcache
│ │ │ └── opcache
│ │ │ └── opcache.ini
│ │ └── man
│ │ └── man1
│ │ ├── phar7.4.1
│ │ ├── phar7.4.phar.1
│ │ └── php7.4.1
├── lsphp81
│ ├── bin
│ │ ├── lsphp
│ │ ├── phar8.1 -> phar8.1.phar
│ │ ├── phar8.1.phar
│ │ ├── php
│ │ ├── php-helper
│ │ ├── php-maintscript-helper
│ │ ├── php8.1
│ │ ├── phpdismod
│ │ ├── phpenmod
│ │ ├── phpquery
│ │ └── sessionclean
│ ├── etc
│ │ └── php
│ │ └── 8.1
│ │ ├── litespeed
│ │ │ └── php.ini
│ │ └── mods-available
│ │ ├── 40-igbinary.ini
│ │ ├── 40-imagick.ini
│ │ ├── 40-msgpack.ini
│ │ ├── 50-memcached.ini
│ │ ├── 50-redis.ini
│ │ ├── curl.ini
│ │ ├── imap.ini
│ │ ├── intl.ini
│ │ ├── mysqli.ini
│ │ ├── opcache.ini
│ │ └── pdo_mysql.ini
│ ├── include
│ │ └── php
│ │ └── ext
│ │ ├── igbinary
│ │ │ ├── igbinary.h
│ │ │ ├── php_igbinary.h
│ │ │ └── src
│ │ │ └── php7
│ │ │ ├── igbinary.h
│ │ │ └── php_igbinary.h
│ │ ├── imagick
│ │ │ └── php_imagick_shared.h
│ │ └── msgpack
│ │ └── php_msgpack.h
│ ├── lib
│ │ └── php
│ │ ├── 20210902
│ │ │ ├── curl.so
│ │ │ ├── igbinary.so
│ │ │ ├── imagick.so
│ │ │ ├── imap.so
│ │ │ ├── intl.so
│ │ │ ├── memcached.so
│ │ │ ├── msgpack.so
│ │ │ ├── mysqli.so
│ │ │ ├── opcache.so
│ │ │ ├── pdo_mysql.so
│ │ │ └── redis.so
│ │ └── 8.1
│ │ ├── php.ini-development
│ │ ├── php.ini-production
│ │ ├── php.ini-production.cli
│ │ └── sapi
│ │ └── litespeed
│ ├── share
│ │ ├── doc
│ │ │ └── lsphp81-common
│ │ ├── lsphp81-curl
│ │ │ └── curl
│ │ │ └── curl.ini
│ │ ├── lsphp81-imap
│ │ │ └── imap
│ │ │ └── imap.ini
│ │ ├── lsphp81-intl
│ │ │ └── intl
│ │ │ └── intl.ini
│ │ ├── lsphp81-mysql
│ │ │ └── mysql
│ │ │ ├── mysqli.ini
│ │ │ └── pdo_mysql.ini
│ │ ├── lsphp81-opcache
│ │ │ └── opcache
│ │ │ └── opcache.ini
│ │ └── man
│ │ └── man1
│ │ ├── phar8.1.1
│ │ ├── phar8.1.phar.1
│ │ └── php8.1.1
│ └── var
│ └── lib
│ └── php
│ └── sessions
├── lsrecaptcha
│ ├── _recaptcha
│ └── _recaptcha.shtml
├── modules
│ ├── cache.def
│ ├── modcompress.def
│ └── moddecompress.def
├── password
├── php
├── phpbuild
Pluginlist and env
OS: Linux 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
Shell: /bin/bash
PHP binary: /usr/local/lsws/lsphp81/bin/php
PHP version: 8.1.27
php.ini used: /usr/local/lsws/lsphp81/etc/php/8.1/litespeed/php.ini
MySQL binary: /usr/bin/mysql
MySQL version: mysql Ver 15.1 Distrib 10.11.7-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
SQL modes:
WP-CLI root dir: phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir: phar://wp-cli.phar/vendor
WP_CLI phar path: /var/www/html
WP-CLI packages dir:
WP-CLI cache dir: /home/sftpuser/.wp-cli/cache
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.9.0
+--------------------------------+----------+-----------+---------+
| name | status | update | version |
+--------------------------------+----------+-----------+---------+
| akismet | inactive | available | 5.3.1 |
| all-in-one-wp-migration | inactive | available | 7.79 |
| dologin | inactive | available | 3.7.1 |
| google-analytics-for-wordpress | inactive | available | 8.23.1 |
| jetpack | inactive | available | 13.1.1 |
| litespeed-cache | active | available | 6.1 |
| object-cache.php | dropin | none | |
+--------------------------------+----------+-----------+---------+
{"object-kind":false,"object-host":"\/var\/www\/memcached.sock","object-port":0,"object-life":360,"object-user":"","object-pswd":"","object-db_id":0,"object-persistent":true,"object-admin":true,"object-transients":true,"object-global_groups":["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"],"object-non_persistent_groups":["comment","counts","plugins","wc_session_id"]}
LSCWP_cfg-iphonehub.cz_-20240828_000111.data
["_version","6.1"]
["hash","sDZdRyD48KsWX1C4D56ZVE0hHnLG3NwQ"]
["auto_upgrade",true]
["api_key",""]
["server_ip",""]
["guest",false]
["guest_optm",false]
["news",true]
["guest_uas",["Lighthouse","GTmetrix","Google","Pingdom","bot","PTST","HeadlessChrome"]]
["guest_ips",["208.70.247.157","172.255.48.130","172.255.48.131","172.255.48.132","172.255.48.133","172.255.48.134","172.255.48.135","172.255.48.136","172.255.48.137","172.255.48.138","172.255.48.139","172.255.48.140","172.255.48.141","172.255.48.142","172.255.48.143","172.255.48.144","172.255.48.145","172.255.48.146","172.255.48.147","52.229.122.240","104.214.72.101","13.66.7.11","13.85.24.83","13.85.24.90","13.85.82.26","40.74.242.253","40.74.243.13","40.74.243.176","104.214.48.247","157.55.189.189","104.214.110.135","70.37.83.240","65.52.36.250","13.78.216.56","52.162.212.163","23.96.34.105","65.52.113.236","172.255.61.34","172.255.61.35","172.255.61.36","172.255.61.37","172.255.61.38","172.255.61.39","172.255.61.40","104.41.2.19","191.235.98.164","191.235.99.221","191.232.194.51","52.237.235.185","52.237.250.73","52.237.236.145","104.211.143.8","104.211.165.53","52.172.14.87","40.83.89.214","52.175.57.81","20.188.63.151","20.52.36.49","52.246.165.153","51.144.102.233","13.76.97.224","102.133.169.66","52.231.199.170","13.53.162.7","40.123.218.94"]]
["cache",true]
["cache-priv",true]
["cache-commenter",true]
["cache-rest",true]
["cache-page_login",true]
["cache-favicon",true]
["cache-resources",true]
["cache-mobile",false]
["cache-mobile_rules",["Mobile","Android","Silk\/","Kindle","BlackBerry","Opera Mini","Opera Mobi"]]
["cache-browser",true]
["cache-exc_useragents",[]]
["cache-exc_cookies",[]]
["cache-exc_qs",[]]
["cache-exc_cat",[]]
["cache-exc_tag",[]]
["cache-force_uri",[]]
["cache-force_pub_uri",[]]
["cache-priv_uri",[]]
["cache-exc",[]]
["cache-exc_roles",[]]
["cache-drop_qs",["fbclid","gclid","utm*","_ga"]]
["cache-ttl_pub",604800]
["cache-ttl_priv",1800]
["cache-ttl_frontpage",604800]
["cache-ttl_feed",604800]
["cache-ttl_rest",604800]
["cache-ttl_browser",31557600]
["cache-ttl_status",["403 3600","404 3600","500 3600"]]
["cache-login_cookie",""]
["cache-vary_cookies",[]]
["cache-vary_group",[]]
["purge-upgrade",true]
["purge-stale",false]
["purge-post_all",false]
["purge-post_f",true]
["purge-post_h",true]
["purge-post_p",true]
["purge-post_pwrp",true]
["purge-post_a",true]
["purge-post_y",false]
["purge-post_m",true]
["purge-post_d",false]
["purge-post_t",true]
["purge-post_pt",true]
["purge-timed_urls",[]]
["purge-timed_urls_time",""]
["purge-hook_all",["switch_theme","wp_create_nav_menu","wp_update_nav_menu","wp_delete_nav_menu","create_term","edit_terms","delete_term","add_link","edit_link","delete_link"]]
["esi",false]
["esi-cache_admbar",true]
["esi-cache_commform",true]
["esi-nonce",["stats_nonce","subscribe_nonce"]]
["util-instant_click",false]
["util-no_https_vary",false]
["debug-disable_all",false]
["debug",0]
["debug-ips",["127.0.0.1"]]
["debug-level",false]
["debug-filesize",3]
["debug-cookie",false]
["debug-collaps_qs",false]
["debug-inc",[]]
["debug-exc",[]]
["debug-exc_strings",[]]
["db_optm-revisions_max",0]
["db_optm-revisions_age",0]
["optm-css_min",false]
["optm-css_comb",false]
["optm-css_comb_ext_inl",true]
["optm-ucss",false]
["optm-ucss_inline",false]
["optm-ucss_whitelist",[]]
["optm-ucss_file_exc_inline",[]]
["optm-ucss_exc",[]]
["optm-css_exc",[]]
["optm-js_min",false]
["optm-js_comb",false]
["optm-js_comb_ext_inl",true]
["optm-js_delay_inc",[]]
["optm-js_exc",["jquery.js","jquery.min.js"]]
["optm-html_min",false]
["optm-html_lazy",[]]
["optm-qs_rm",false]
["optm-ggfonts_rm",false]
["optm-css_async",false]
["optm-ccss_per_url",false]
["optm-ccss_sep_posttype",["page"]]
["optm-ccss_sep_uri",[]]
["optm-css_async_inline",true]
["optm-css_font_display",false]
["optm-js_defer",0]
["optm-emoji_rm",false]
["optm-noscript_rm",false]
["optm-ggfonts_async",false]
["optm-exc_roles",[]]
["optm-ccss_con",""]
["optm-js_defer_exc",["jquery.js","jquery.min.js","gtm.js","analytics.js"]]
["optm-gm_js_exc",[]]
["optm-dns_prefetch",[]]
["optm-dns_prefetch_ctrl",false]
["optm-dns_preconnect",[]]
["optm-exc",[]]
["optm-guest_only",true]
["object",true]
["object-kind",false]
["object-host","\/var\/www\/memcached.sock"]
["object-port",0]
["object-life",360]
["object-persistent",true]
["object-admin",true]
["object-transients",true]
["object-db_id",0]
["object-user",""]
["object-pswd",""]
["object-global_groups",["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"]]
["object-non_persistent_groups",["comment","counts","plugins","wc_session_id"]]
["discuss-avatar_cache",false]
["discuss-avatar_cron",false]
["discuss-avatar_cache_ttl",604800]
["optm-localize",false]
["optm-localize_domains",["### Popular scripts ###","https:\/\/platform.twitter.com\/widgets.js","https:\/\/connect.facebook.net\/en_US\/fbevents.js"]]
["media-preload_featured",false]
["media-lazy",false]
["media-lazy_placeholder",""]
["media-placeholder_resp",false]
["media-placeholder_resp_color","#cfd4db"]
["media-placeholder_resp_svg","<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"\/><\/svg>"]
["media-lqip",false]
["media-lqip_qual",4]
["media-lqip_min_w",150]
["media-lqip_min_h",150]
["media-placeholder_resp_async",true]
["media-iframe_lazy",false]
["media-add_missing_sizes",false]
["media-lazy_exc",[]]
["media-lazy_cls_exc",["wmu-preview-img"]]
["media-lazy_parent_cls_exc",[]]
["media-iframe_lazy_cls_exc",[]]
["media-iframe_lazy_parent_cls_exc",[]]
["media-lazy_uri_exc",[]]
["media-lqip_exc",[]]
["media-vpi",false]
["media-vpi_cron",false]
["img_optm-auto",false]
["img_optm-cron",true]
["img_optm-ori",true]
["img_optm-rm_bkup",false]
["img_optm-webp",true]
["img_optm-lossless",false]
["img_optm-exif",true]
["img_optm-webp_attr",["img.src","div.data-thumb","img.data-src","img.data-lazyload","div.data-large_image","img.retina_logo_url","div.data-parallax-image","div.data-vc-parallax-image","video.poster"]]
["img_optm-webp_replace_srcset",false]
["img_optm-jpg_quality",82]
["crawler",false]
["crawler-usleep",500]
["crawler-run_duration",400]
["crawler-run_interval",600]
["crawler-crawl_interval",302400]
["crawler-threads",3]
["crawler-timeout",30]
["crawler-load_limit",1]
["crawler-sitemap",""]
["crawler-drop_domain",true]
["crawler-map_timeout",120]
["crawler-roles",[]]
["crawler-cookies",[]]
["misc-heartbeat_front",false]
["misc-heartbeat_front_ttl",60]
["misc-heartbeat_back",false]
["misc-heartbeat_back_ttl",60]
["misc-heartbeat_editor",false]
["misc-heartbeat_editor_ttl",15]
["cdn",false]
["cdn-ori",[]]
["cdn-ori_dir",["wp-content","wp-includes"]]
["cdn-exc",[]]
["cdn-quic",false]
["cdn-cloudflare",false]
["cdn-cloudflare_email",""]
["cdn-cloudflare_key",""]
["cdn-cloudflare_name",""]
["cdn-cloudflare_zone",""]
["cdn-mapping",[{"url":"","inc_img":"1","inc_css":"1","inc_js":"1","filetype":[".aac",".css",".eot",".gif",".jpeg",".js",".jpg",".less",".mp3",".mp4",".ogg",".otf",".pdf",".png",".svg",".ttf",".webp",".woff",".woff2"]}]]
["cdn-attr",[".src",".data-src",".href",".poster","source.srcset"]]
["qc-token",""]
["qc-nameservers",""]
["_cache",true]