mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Fresh W3TC.json
This commit is contained in:
parent
e7b2626d4c
commit
ae99e0c837
1 changed files with 200 additions and 105 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.14.3",
|
"version": "2.1.8",
|
||||||
"cluster.messagebus.debug": false,
|
"cluster.messagebus.debug": false,
|
||||||
"cluster.messagebus.enabled": false,
|
"cluster.messagebus.enabled": false,
|
||||||
"cluster.messagebus.sns.region": "",
|
"cluster.messagebus.sns.region": "",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"dbcache.debug_purge": false,
|
"dbcache.debug_purge": false,
|
||||||
"dbcache.enabled": true,
|
"dbcache.enabled": true,
|
||||||
"dbcache.engine": "memcached",
|
"dbcache.engine": "memcached",
|
||||||
"dbcache.file.gc": 3600,
|
"dbcache.file.gc": 7200,
|
||||||
"dbcache.file.locking": false,
|
"dbcache.file.locking": false,
|
||||||
"dbcache.lifetime": 3600,
|
"dbcache.lifetime": 3600,
|
||||||
"dbcache.memcached.persistent": true,
|
"dbcache.memcached.persistent": true,
|
||||||
|
@ -60,24 +60,47 @@
|
||||||
"\\bsql_calc_found_rows\\b",
|
"\\bsql_calc_found_rows\\b",
|
||||||
"\\bfound_rows\\(\\)"
|
"\\bfound_rows\\(\\)"
|
||||||
],
|
],
|
||||||
|
"docroot_fix.enable": false,
|
||||||
"lazyload.enabled": false,
|
"lazyload.enabled": false,
|
||||||
|
"lazyload.threshold": "",
|
||||||
"lazyload.process_img": true,
|
"lazyload.process_img": true,
|
||||||
"lazyload.process_background": true,
|
"lazyload.process_background": true,
|
||||||
"lazyload.googlemaps.google_maps_easy": false,
|
"lazyload.googlemaps.google_maps_easy": false,
|
||||||
"lazyload.googlemaps.wp_google_maps": false,
|
"lazyload.googlemaps.wp_google_maps": false,
|
||||||
"lazyload.googlemaps.wp_google_map_plugin": false,
|
"lazyload.googlemaps.wp_google_map_plugin": false,
|
||||||
"lazyload.exclude": [
|
"lazyload.exclude": [
|
||||||
"skip_lazy"
|
"avia-bg-style-fixed",
|
||||||
|
"data-bgposition=",
|
||||||
|
"data-envira-src=",
|
||||||
|
"data-large_image=",
|
||||||
|
"data-lazy-original=",
|
||||||
|
"data-lazy-src=",
|
||||||
|
"data-lazyload=",
|
||||||
|
"data-lazysrc=",
|
||||||
|
"data-no-lazy=",
|
||||||
|
"data-src=",
|
||||||
|
"data-srcset=",
|
||||||
|
"fullurl=",
|
||||||
|
"lazy-slider-img=",
|
||||||
|
"loading=\"eager\"",
|
||||||
|
"no-lazy",
|
||||||
|
"rev-slidebg",
|
||||||
|
"skip-lazy",
|
||||||
|
"soliloquy-image",
|
||||||
|
"swatch-img",
|
||||||
|
"w3-total-cache",
|
||||||
|
"woocommerce\/assets\/images\/placeholder.png",
|
||||||
|
"wpcf7_captcha"
|
||||||
],
|
],
|
||||||
"lazyload.embed_method": "async_head",
|
"lazyload.embed_method": "async_head",
|
||||||
"objectcache.configuration_overloaded": false,
|
"objectcache.configuration_overloaded": false,
|
||||||
"objectcache.enabled": true,
|
"objectcache.enabled": true,
|
||||||
"objectcache.debug": false,
|
"objectcache.debug": false,
|
||||||
"objectcache.debug_purge": false,
|
"objectcache.debug_purge": false,
|
||||||
"objectcache.enabled_for_wp_admin": true,
|
"objectcache.enabled_for_wp_admin": false,
|
||||||
"objectcache.fallback_transients": true,
|
"objectcache.fallback_transients": true,
|
||||||
"objectcache.engine": "memcached",
|
"objectcache.engine": "memcached",
|
||||||
"objectcache.file.gc": 3600,
|
"objectcache.file.gc": 7200,
|
||||||
"objectcache.file.locking": false,
|
"objectcache.file.locking": false,
|
||||||
"objectcache.memcached.servers": [
|
"objectcache.memcached.servers": [
|
||||||
"127.0.0.1:11211"
|
"127.0.0.1:11211"
|
||||||
|
@ -107,7 +130,6 @@
|
||||||
"global-posts"
|
"global-posts"
|
||||||
],
|
],
|
||||||
"objectcache.groups.nonpersistent": [
|
"objectcache.groups.nonpersistent": [
|
||||||
"comment",
|
|
||||||
"counts",
|
"counts",
|
||||||
"plugins"
|
"plugins"
|
||||||
],
|
],
|
||||||
|
@ -120,7 +142,7 @@
|
||||||
"pgcache.debug_purge": false,
|
"pgcache.debug_purge": false,
|
||||||
"pgcache.engine": "memcached",
|
"pgcache.engine": "memcached",
|
||||||
"pgcache.file.gc": 3600,
|
"pgcache.file.gc": 3600,
|
||||||
"pgcache.file.nfs": true,
|
"pgcache.file.nfs": false,
|
||||||
"pgcache.file.locking": false,
|
"pgcache.file.locking": false,
|
||||||
"pgcache.lifetime": 86400,
|
"pgcache.lifetime": 86400,
|
||||||
"pgcache.memcached.servers": [
|
"pgcache.memcached.servers": [
|
||||||
|
@ -137,9 +159,9 @@
|
||||||
],
|
],
|
||||||
"pgcache.redis.password": "",
|
"pgcache.redis.password": "",
|
||||||
"pgcache.redis.dbid": 0,
|
"pgcache.redis.dbid": 0,
|
||||||
"pgcache.cache.query": true,
|
"pgcache.cache.query": false,
|
||||||
"pgcache.cache.home": true,
|
"pgcache.cache.home": true,
|
||||||
"pgcache.cache.feed": true,
|
"pgcache.cache.feed": false,
|
||||||
"pgcache.cache.nginx_handle_xml": false,
|
"pgcache.cache.nginx_handle_xml": false,
|
||||||
"pgcache.cache.ssl": true,
|
"pgcache.cache.ssl": true,
|
||||||
"pgcache.cache.404": false,
|
"pgcache.cache.404": false,
|
||||||
|
@ -167,11 +189,11 @@
|
||||||
],
|
],
|
||||||
"pgcache.late_init": false,
|
"pgcache.late_init": false,
|
||||||
"pgcache.late_caching": false,
|
"pgcache.late_caching": false,
|
||||||
"pgcache.mirrors.enabled": true,
|
"pgcache.mirrors.enabled": false,
|
||||||
"pgcache.mirrors.home_urls": [
|
"pgcache.mirrors.home_urls": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"pgcache.reject.front_page": "0",
|
"pgcache.reject.front_page": false,
|
||||||
"pgcache.reject.logged": true,
|
"pgcache.reject.logged": true,
|
||||||
"pgcache.reject.logged_roles": false,
|
"pgcache.reject.logged_roles": false,
|
||||||
"pgcache.reject.roles": [
|
"pgcache.reject.roles": [
|
||||||
|
@ -200,7 +222,7 @@
|
||||||
"wptouch_switch_toggle"
|
"wptouch_switch_toggle"
|
||||||
],
|
],
|
||||||
"pgcache.reject.request_head": false,
|
"pgcache.reject.request_head": false,
|
||||||
"pgcache.purge.front_page": "1",
|
"pgcache.purge.front_page": true,
|
||||||
"pgcache.purge.home": true,
|
"pgcache.purge.home": true,
|
||||||
"pgcache.purge.post": true,
|
"pgcache.purge.post": true,
|
||||||
"pgcache.purge.comments": false,
|
"pgcache.purge.comments": false,
|
||||||
|
@ -222,7 +244,7 @@
|
||||||
],
|
],
|
||||||
"pgcache.purge.sitemap_regex": "([a-z0-9_\\-]*?)sitemap([a-z0-9_\\-]*)?\\.xml",
|
"pgcache.purge.sitemap_regex": "([a-z0-9_\\-]*?)sitemap([a-z0-9_\\-]*)?\\.xml",
|
||||||
"pgcache.prime.enabled": false,
|
"pgcache.prime.enabled": false,
|
||||||
"pgcache.prime.interval": 3600,
|
"pgcache.prime.interval": 900,
|
||||||
"pgcache.prime.limit": 10,
|
"pgcache.prime.limit": 10,
|
||||||
"pgcache.prime.sitemap": "",
|
"pgcache.prime.sitemap": "",
|
||||||
"pgcache.prime.post.enabled": false,
|
"pgcache.prime.post.enabled": false,
|
||||||
|
@ -267,8 +289,8 @@
|
||||||
"minify.debug": false,
|
"minify.debug": false,
|
||||||
"minify.engine": "file",
|
"minify.engine": "file",
|
||||||
"minify.error.notification": "",
|
"minify.error.notification": "",
|
||||||
"minify.file.gc": "86400",
|
"minify.file.gc": 86400,
|
||||||
"minify.file.nfs": true,
|
"minify.file.nfs": false,
|
||||||
"minify.file.locking": false,
|
"minify.file.locking": false,
|
||||||
"minify.memcached.servers": [
|
"minify.memcached.servers": [
|
||||||
"127.0.0.1:11211"
|
"127.0.0.1:11211"
|
||||||
|
@ -284,41 +306,43 @@
|
||||||
],
|
],
|
||||||
"minify.redis.password": "",
|
"minify.redis.password": "",
|
||||||
"minify.redis.dbid": 0,
|
"minify.redis.dbid": 0,
|
||||||
"minify.rewrite": "1",
|
"minify.rewrite": true,
|
||||||
"minify.options": [],
|
"minify.options": [],
|
||||||
"minify.symlinks": [],
|
"minify.symlinks": [],
|
||||||
"minify.lifetime": "86400",
|
"minify.lifetime": 86400,
|
||||||
"minify.upload": true,
|
"minify.upload": true,
|
||||||
"minify.html.enable": "1",
|
"minify.html.enable": false,
|
||||||
"minify.html.engine": "html",
|
"minify.html.engine": "html",
|
||||||
"minify.html.reject.feed": "0",
|
"minify.html.reject.feed": false,
|
||||||
"minify.html.inline.css": "0",
|
"minify.html.inline.css": false,
|
||||||
"minify.html.inline.js": "0",
|
"minify.html.inline.js": false,
|
||||||
"minify.html.strip.crlf": "0",
|
"minify.html.strip.crlf": false,
|
||||||
"minify.html.comments.ignore": [
|
"minify.html.comments.ignore": [
|
||||||
"google_ad_",
|
"google_ad_",
|
||||||
"RSPEAK_"
|
"RSPEAK_",
|
||||||
|
"mfunc"
|
||||||
],
|
],
|
||||||
"minify.css.combine": "0",
|
"minify.css.enable": true,
|
||||||
"minify.css.enable": "1",
|
|
||||||
"minify.css.engine": "css",
|
"minify.css.engine": "css",
|
||||||
"minify.css.http2push": "0",
|
"minify.css.method": "both",
|
||||||
"minify.css.strip.comments": "0",
|
"minify.css.http2push": false,
|
||||||
"minify.css.strip.crlf": "0",
|
"minify.css.strip.comments": false,
|
||||||
|
"minify.css.strip.crlf": false,
|
||||||
"minify.css.embed": false,
|
"minify.css.embed": false,
|
||||||
"minify.css.imports": "",
|
"minify.css.imports": "",
|
||||||
"minify.css.groups": [],
|
"minify.css.groups": [],
|
||||||
"minify.js.http2push": "0",
|
"minify.js.http2push": false,
|
||||||
"minify.js.enable": "1",
|
"minify.js.enable": true,
|
||||||
"minify.js.engine": "js",
|
"minify.js.engine": "js",
|
||||||
"minify.js.combine.header": "0",
|
"minify.js.method": "both",
|
||||||
|
"minify.js.combine.header": false,
|
||||||
"minify.js.header.embed_type": "blocking",
|
"minify.js.header.embed_type": "blocking",
|
||||||
"minify.js.combine.body": false,
|
"minify.js.combine.body": false,
|
||||||
"minify.js.body.embed_type": "blocking",
|
"minify.js.body.embed_type": "blocking",
|
||||||
"minify.js.combine.footer": false,
|
"minify.js.combine.footer": false,
|
||||||
"minify.js.footer.embed_type": "blocking",
|
"minify.js.footer.embed_type": "blocking",
|
||||||
"minify.js.strip.comments": "0",
|
"minify.js.strip.comments": false,
|
||||||
"minify.js.strip.crlf": "0",
|
"minify.js.strip.crlf": false,
|
||||||
"minify.js.groups": [],
|
"minify.js.groups": [],
|
||||||
"minify.yuijs.path.java": "java",
|
"minify.yuijs.path.java": "java",
|
||||||
"minify.yuijs.path.jar": "yuicompressor.jar",
|
"minify.yuijs.path.jar": "yuicompressor.jar",
|
||||||
|
@ -353,28 +377,20 @@
|
||||||
"minify.htmltidy.options.clean": false,
|
"minify.htmltidy.options.clean": false,
|
||||||
"minify.htmltidy.options.hide-comments": true,
|
"minify.htmltidy.options.hide-comments": true,
|
||||||
"minify.htmltidy.options.wrap": 0,
|
"minify.htmltidy.options.wrap": 0,
|
||||||
"minify.reject.logged": "0",
|
"minify.reject.logged": false,
|
||||||
"minify.reject.ua": [
|
"minify.reject.ua": [],
|
||||||
""
|
"minify.reject.uri": [],
|
||||||
],
|
"minify.reject.files.js": [],
|
||||||
"minify.reject.uri": [
|
"minify.reject.files.css": [],
|
||||||
""
|
|
||||||
],
|
|
||||||
"minify.reject.files.js": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"minify.reject.files.css": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"minify.cache.files": [
|
"minify.cache.files": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"minify.cache.files_regexp": "0",
|
"minify.cache.files_regexp": false,
|
||||||
"cdn.configuration_overloaded": false,
|
"cdn.configuration_overloaded": false,
|
||||||
"cdn.enabled": false,
|
"cdn.enabled": false,
|
||||||
"cdn.debug": false,
|
"cdn.debug": false,
|
||||||
"cdn.flush_manually": false,
|
"cdn.flush_manually": false,
|
||||||
"cdn.engine": "maxcdn",
|
"cdn.engine": "stackpath2",
|
||||||
"cdn.uploads.enable": true,
|
"cdn.uploads.enable": true,
|
||||||
"cdn.includes.enable": true,
|
"cdn.includes.enable": true,
|
||||||
"cdn.includes.files": "*.css;*.js;*.gif;*.png;*.jpg;*.xml",
|
"cdn.includes.files": "*.css;*.js;*.gif;*.png;*.jpg;*.xml",
|
||||||
|
@ -535,6 +551,9 @@
|
||||||
"cdnfsd.stackpath2.site_root_domain": 0,
|
"cdnfsd.stackpath2.site_root_domain": 0,
|
||||||
"cdnfsd.stackpath2.domain": [],
|
"cdnfsd.stackpath2.domain": [],
|
||||||
"cdnfsd.stackpath2.ssl": "auto",
|
"cdnfsd.stackpath2.ssl": "auto",
|
||||||
|
"cdnfsd.transparentcdn.client_id": "",
|
||||||
|
"cdnfsd.transparentcdn.client_secret": "",
|
||||||
|
"cdnfsd.transparentcdn.company_id": "",
|
||||||
"varnish.configuration_overloaded": false,
|
"varnish.configuration_overloaded": false,
|
||||||
"varnish.enabled": false,
|
"varnish.enabled": false,
|
||||||
"varnish.debug": false,
|
"varnish.debug": false,
|
||||||
|
@ -547,7 +566,7 @@
|
||||||
"browsercache.no404wp": false,
|
"browsercache.no404wp": false,
|
||||||
"browsercache.no404wp.exceptions": [
|
"browsercache.no404wp.exceptions": [
|
||||||
"robots\\.txt",
|
"robots\\.txt",
|
||||||
"[a-z0-9_\\-]*sitemap[a-z0-9_\\-]*\\.(xml|xsl|html)(\\.gz)?"
|
"[a-z0-9_\\-]*sitemap[a-z0-9_\\.\\-]*\\.(xml|xsl|html)(\\.gz)?"
|
||||||
],
|
],
|
||||||
"browsercache.cssjs.last_modified": true,
|
"browsercache.cssjs.last_modified": true,
|
||||||
"browsercache.cssjs.compression": true,
|
"browsercache.cssjs.compression": true,
|
||||||
|
@ -623,63 +642,136 @@
|
||||||
"mobile.configuration_overloaded": false,
|
"mobile.configuration_overloaded": false,
|
||||||
"mobile.enabled": false,
|
"mobile.enabled": false,
|
||||||
"mobile.rgroups": {
|
"mobile.rgroups": {
|
||||||
"high": {
|
"tablets": {
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"redirect": "",
|
"redirect": "",
|
||||||
"agents": [
|
"agents": [
|
||||||
"android",
|
"a1-32ab0",
|
||||||
"mobi",
|
"a210",
|
||||||
"bada",
|
"a211",
|
||||||
"incognito",
|
"b6000-h",
|
||||||
|
"b8000-h",
|
||||||
|
"bnrv200",
|
||||||
|
"bntv400",
|
||||||
|
"darwin",
|
||||||
|
"gt-n8005",
|
||||||
|
"gt-p3105",
|
||||||
|
"gt-p6810",
|
||||||
|
"gt-p7510",
|
||||||
|
"hmj37",
|
||||||
|
"hp-tablet",
|
||||||
|
"hp\\sslate",
|
||||||
|
"hp\\sslatebook",
|
||||||
|
"ht7s3",
|
||||||
|
"ideatab_a1107",
|
||||||
|
"ideataba2109a",
|
||||||
|
"ideos\\ss7",
|
||||||
|
"imm76d",
|
||||||
|
"ipad",
|
||||||
|
"k00f",
|
||||||
|
"kfjwi",
|
||||||
|
"kfot",
|
||||||
|
"kftt",
|
||||||
"kindle",
|
"kindle",
|
||||||
"maemo",
|
"l-06c",
|
||||||
"opera\\ mini",
|
"lg-f200k",
|
||||||
"s8000",
|
"lg-f200l",
|
||||||
"series60",
|
"lg-f200s",
|
||||||
"ucbrowser",
|
"m470bsa",
|
||||||
"ucweb",
|
"m470bse",
|
||||||
"webmate",
|
"maxwell",
|
||||||
"webos"
|
"me173x",
|
||||||
|
"mediapad",
|
||||||
|
"midc497",
|
||||||
|
"msi\\senjoy\\s10\\splus",
|
||||||
|
"mz601",
|
||||||
|
"mz616",
|
||||||
|
"nexus",
|
||||||
|
"nookcolor",
|
||||||
|
"pg09410",
|
||||||
|
"pg41200",
|
||||||
|
"pmp5570c",
|
||||||
|
"pmp5588c",
|
||||||
|
"pocketbook",
|
||||||
|
"qmv7a",
|
||||||
|
"sgp311",
|
||||||
|
"sgpt12",
|
||||||
|
"shv-e230k",
|
||||||
|
"shw-m305w",
|
||||||
|
"shw-m380w",
|
||||||
|
"sm-p605",
|
||||||
|
"smarttab",
|
||||||
|
"sonysgp321",
|
||||||
|
"sph-p500",
|
||||||
|
"surfpad",
|
||||||
|
"tab07-200",
|
||||||
|
"tab10-201",
|
||||||
|
"tab465euk",
|
||||||
|
"tab474",
|
||||||
|
"tablet",
|
||||||
|
"tegranote",
|
||||||
|
"tf700t",
|
||||||
|
"thinkpad",
|
||||||
|
"viewpad",
|
||||||
|
"voltaire"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"low": {
|
"phones": {
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"redirect": "",
|
"redirect": "",
|
||||||
"agents": [
|
"agents": [
|
||||||
"2\\.0\\ mmp",
|
"(android|bb\\d+|meego).+mobile",
|
||||||
"240x320",
|
"240x320",
|
||||||
|
"2.0\\ mmp",
|
||||||
|
"\\bppc\\b",
|
||||||
|
"acer\\ s100",
|
||||||
"alcatel",
|
"alcatel",
|
||||||
"amoi",
|
"amoi",
|
||||||
|
"archos5",
|
||||||
"asus",
|
"asus",
|
||||||
"au\\-mic",
|
"au-mic",
|
||||||
"audiovox",
|
"audiovox",
|
||||||
"avantgo",
|
"avantgo",
|
||||||
|
"bada",
|
||||||
"benq",
|
"benq",
|
||||||
"bird",
|
"bird",
|
||||||
"blackberry",
|
"blackberry",
|
||||||
"blazer",
|
"blazer",
|
||||||
"cdm",
|
"cdm",
|
||||||
"cellphone",
|
"cellphone",
|
||||||
|
"cupcake",
|
||||||
"danger",
|
"danger",
|
||||||
"ddipocket",
|
"ddipocket",
|
||||||
"docomo",
|
"docomo",
|
||||||
|
"docomo\\ ht-03a",
|
||||||
"dopod",
|
"dopod",
|
||||||
"elaine\/3\\.0",
|
"dream",
|
||||||
|
"elaine\/3.0",
|
||||||
"ericsson",
|
"ericsson",
|
||||||
"eudoraweb",
|
"eudoraweb",
|
||||||
"fly",
|
"fly",
|
||||||
|
"froyo",
|
||||||
|
"googlebot-mobile",
|
||||||
"haier",
|
"haier",
|
||||||
"hiptop",
|
"hiptop",
|
||||||
"hp\\.ipaq",
|
"hp.ipaq",
|
||||||
"htc",
|
"htc",
|
||||||
|
"htc\\ hero",
|
||||||
|
"htc\\ magic",
|
||||||
|
"htc_dream",
|
||||||
|
"htc_magic",
|
||||||
"huawei",
|
"huawei",
|
||||||
"i\\-mobile",
|
"i-mobile",
|
||||||
"iemobile",
|
"iemobile",
|
||||||
"iemobile\/7",
|
"iemobile\/7",
|
||||||
|
"iemobile\/7.0",
|
||||||
"iemobile\/9",
|
"iemobile\/9",
|
||||||
"j\\-phone",
|
"incognito",
|
||||||
|
"iphone",
|
||||||
|
"ipod",
|
||||||
|
"j-phone",
|
||||||
"kddi",
|
"kddi",
|
||||||
"konka",
|
"konka",
|
||||||
"kwc",
|
"kwc",
|
||||||
|
@ -687,27 +779,34 @@
|
||||||
"lenovo",
|
"lenovo",
|
||||||
"lg",
|
"lg",
|
||||||
"lg\/u990",
|
"lg\/u990",
|
||||||
|
"lg-gw620",
|
||||||
"lge\\ vx",
|
"lge\\ vx",
|
||||||
|
"liquid\\ build",
|
||||||
|
"maemo",
|
||||||
"midp",
|
"midp",
|
||||||
"midp\\-2\\.0",
|
"midp-2.0",
|
||||||
"mmef20",
|
"mmef20",
|
||||||
"mmp",
|
"mmp",
|
||||||
"mobilephone",
|
"mobilephone",
|
||||||
"mot\\-v",
|
"mot-mb200",
|
||||||
|
"mot-mb300",
|
||||||
|
"mot-v",
|
||||||
"motorola",
|
"motorola",
|
||||||
"msie\\ 10\\.0",
|
"msie\\ 10.0",
|
||||||
"netfront",
|
"netfront",
|
||||||
"newgen",
|
"newgen",
|
||||||
"newt",
|
"newt",
|
||||||
|
"nexus\\ 7",
|
||||||
|
"nexus\\ one",
|
||||||
"nintendo\\ ds",
|
"nintendo\\ ds",
|
||||||
"nintendo\\ wii",
|
"nintendo\\ wii",
|
||||||
"nitro",
|
"nitro",
|
||||||
"nokia",
|
"nokia",
|
||||||
"novarra",
|
"novarra",
|
||||||
"o2",
|
|
||||||
"openweb",
|
"openweb",
|
||||||
|
"opera\\ mini",
|
||||||
"opera\\ mobi",
|
"opera\\ mobi",
|
||||||
"opera\\.mobi",
|
"opera.mobi",
|
||||||
"p160u",
|
"p160u",
|
||||||
"palm",
|
"palm",
|
||||||
"panasonic",
|
"panasonic",
|
||||||
|
@ -719,40 +818,52 @@
|
||||||
"playbook",
|
"playbook",
|
||||||
"playstation\\ portable",
|
"playstation\\ portable",
|
||||||
"portalmmm",
|
"portalmmm",
|
||||||
"\\bppc\\b",
|
|
||||||
"proxinet",
|
"proxinet",
|
||||||
"psp",
|
"psp",
|
||||||
"qtek",
|
"qtek",
|
||||||
|
"s8000",
|
||||||
"sagem",
|
"sagem",
|
||||||
"samsung",
|
"samsung",
|
||||||
|
"samsung-s8000",
|
||||||
"sanyo",
|
"sanyo",
|
||||||
"sch",
|
"sch",
|
||||||
"sch\\-i800",
|
"sch-i800",
|
||||||
"sec",
|
"sec",
|
||||||
"sendo",
|
"sendo",
|
||||||
|
"series60.*webkit",
|
||||||
|
"series60\/5.0",
|
||||||
"sgh",
|
"sgh",
|
||||||
"sharp",
|
"sharp",
|
||||||
"sharp\\-tq\\-gx10",
|
"sharp-tq-gx10",
|
||||||
"small",
|
"small",
|
||||||
"smartphone",
|
"smartphone",
|
||||||
"softbank",
|
"softbank",
|
||||||
"sonyericsson",
|
"sonyericsson",
|
||||||
|
"sonyericssone10",
|
||||||
|
"sonyericssonu20",
|
||||||
|
"sonyericssonx10",
|
||||||
"sph",
|
"sph",
|
||||||
"symbian",
|
"symbian",
|
||||||
"symbian\\ os",
|
"symbian\\ os",
|
||||||
"symbianos",
|
"symbianos",
|
||||||
|
"t-mobile\\ mytouch\\ 3g",
|
||||||
|
"t-mobile\\ opal",
|
||||||
|
"tattoo",
|
||||||
"toshiba",
|
"toshiba",
|
||||||
|
"touch",
|
||||||
"treo",
|
"treo",
|
||||||
"ts21i\\-10",
|
"ts21i-10",
|
||||||
"up\\.browser",
|
"up.browser",
|
||||||
"up\\.link",
|
"up.link",
|
||||||
"uts",
|
"uts",
|
||||||
"vertu",
|
"vertu",
|
||||||
"vodafone",
|
"vodafone",
|
||||||
"wap",
|
"wap",
|
||||||
|
"webmate",
|
||||||
|
"webos",
|
||||||
"willcome",
|
"willcome",
|
||||||
"windows\\ ce",
|
"windows\\ ce",
|
||||||
"windows\\.ce",
|
"windows.ce",
|
||||||
"winwap",
|
"winwap",
|
||||||
"xda",
|
"xda",
|
||||||
"xoom",
|
"xoom",
|
||||||
|
@ -776,13 +887,14 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"robots_block.enable": false,
|
||||||
"common.track_usage": false,
|
"common.track_usage": false,
|
||||||
"common.tweeted": false,
|
"common.tweeted": false,
|
||||||
"config.check": false,
|
"config.check": true,
|
||||||
"config.path": "",
|
"config.path": "",
|
||||||
"widget.latest.items": 3,
|
"widget.latest.items": 3,
|
||||||
"widget.latest_news.items": 5,
|
"widget.latest_news.items": 5,
|
||||||
"widget.pagespeed.enabled": true,
|
"widget.pagespeed.enabled": false,
|
||||||
"widget.pagespeed.key": "",
|
"widget.pagespeed.key": "",
|
||||||
"widget.pagespeed.key.restrict.referrer": "",
|
"widget.pagespeed.key.restrict.referrer": "",
|
||||||
"widget.pagespeed.show_in_admin_bar": false,
|
"widget.pagespeed.show_in_admin_bar": false,
|
||||||
|
@ -797,34 +909,17 @@
|
||||||
"timelimit.cdn_test": 300,
|
"timelimit.cdn_test": 300,
|
||||||
"timelimit.domain_rename": 120,
|
"timelimit.domain_rename": 120,
|
||||||
"timelimit.minify_recommendations": 600,
|
"timelimit.minify_recommendations": 600,
|
||||||
"common.instance_id": 393748815,
|
"common.instance_id": 1165104676,
|
||||||
"common.force_master": true,
|
"common.force_master": true,
|
||||||
"extensions.active": {
|
"extensions.active": {
|
||||||
"newrelic": "w3-total-cache\/Extension_NewRelic_Plugin.php",
|
"fragmentcache": "w3-total-cache\/Extension_FragmentCache_Plugin.php"
|
||||||
"fragmentcache": "w3-total-cache\/Extension_FragmentCache_Plugin.php",
|
|
||||||
"swarmify": "w3-total-cache\/Extension_Swarmify_Plugin.php"
|
|
||||||
},
|
},
|
||||||
"extensions.active_frontend": [],
|
"extensions.active_frontend": [],
|
||||||
"extensions.active_dropin": [],
|
"extensions.active_dropin": [],
|
||||||
"plugin.license_key": "",
|
"plugin.license_key": "",
|
||||||
"plugin.type": "",
|
"plugin.type": "",
|
||||||
"common.support": "",
|
"jquerymigrate.disabled": false,
|
||||||
"timelimit.cdn_container_create": 300,
|
|
||||||
"fragmentcache": {
|
"fragmentcache": {
|
||||||
"engine": "memcached",
|
"engine": "memcached"
|
||||||
"memcached.servers": [
|
|
||||||
"127.0.0.1:11211"
|
|
||||||
],
|
|
||||||
"memcached.persistent": "1",
|
|
||||||
"memcached.aws_autodiscovery": "0",
|
|
||||||
"memcached.username": "",
|
|
||||||
"memcached.password": "",
|
|
||||||
"lifetime": "3600",
|
|
||||||
"file.gc": "3600",
|
|
||||||
"groups": ""
|
|
||||||
},
|
|
||||||
"pgcache.bad_behavior_path": "",
|
|
||||||
"newrelic": {
|
|
||||||
"monitoring_type": "apm"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue