ameet3000
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-FFPC] Woocommerce Order Status and WP-FFPCThank you Peter,
I will research and get back to you, apologies for not seeing your response earlier.Forum: Plugins
In reply to: [W3 Total Cache] W3TC Minify does not create minified files in cache dirDestac, any insight would be appreciated.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Minify does not create minified files in cache dir# BEGIN W3TC Page Cache core <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^(.*\/)?w3tc_rewrite_test/?$ $1?w3tc_rewrite_test=1 [L] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* - [E=W3TC_ENC:_gzip] RewriteCond %{HTTP_COOKIE} w3tc_preview [NC] RewriteRule .* - [E=W3TC_PREVIEW:_preview] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{REQUEST_URI} \/$ RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" [L] </IfModule> # END W3TC Page Cache core # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Keep it on lockdown <files wp-config.php> order allow,deny deny from all </files>
Should i be copying the Rewrite Rules in Performance -> Install of W3TC?
Thx daniel27lt and Brad,
The solution I’ve chosen is to pull in the 200GB files on a much larger ec2 instance, and use the Force Regenerate Thumbnails plugin, which as you mentioned daniel27lt should intercept it and put it all on s3. Then change back to a smaller instance type once i’ve offloaded all the files in s3. Going to be a long process, but should work.
thxdaniel27lt,
Did you find an answer to this problem? I’m also in a similar predicament. I was planning on trying rsync to move over to 200GB to S3. Then dump the mysql database and write some queries to update the images to point to their place in S3 and the restore it into place. Not sure if this is going to work yet, but I really haven’t found an alternative yet.