Ivan_I

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ivan_I's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello, Is there CF Railgun on shared at Amsterdam datacenter? Can you provide all locations whitch support CF Railgun? Best regards, Ivan
  2. Hi Tony, Thanks for fast response Can I use this settings for W3TC + Woocommerce + Litespeed Cache Can there be any conflict between W3TC, Woocommerce and Litespeed Cache W3TC Page cache: Disk enhanced (Never cache the following pages: cart, checkout, login, register, logout, lostpassword, resetpass, my-account, your-profile, review-order, etc.) Object cache: Memcached Minify: Disable Database cache: Disable Litespeed Cache <IfModule LiteSpeed> CacheEnable public / RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$ RewriteCond %{REQUEST_URI} !^/(wp-admin|wp-login.php|wp-cron.php|xmlrpc\.php|cart|checkout|login|register|logout|lostpassword|resetpass|my-account|your-profile|review-order) RewriteCond %{HTTP_COOKIE} !(comment_author_|wordpressuser_|wp-postpass_|wordpress_logged_in_|wp_woocommerce_session_|wordpress_test_cookie) RewriteRule .* - [E=Cache-Control:max-age=120] </IfModule> Thanks in advance Best regards
  3. Hey guys What are best settings for caching method? After googling I found this recommended settings: Page Cache - Disk:Enhanced Minify: Disk Database Cache: APC or Memcached Object Cache: APC or Memcached Any suggestions? Best regards