Klark0
Forum Replies Created
-
Why not just remove Ipad from the user groups list. Make your ipad is not showing a cached page?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] How works the upload of files to the CDN?It scans and syncs automatically. When you upload new media, it seems to send it to CDN immediately …in my experience.
It looks like you missed a step though.
Did you click the “export media library to CDN” button?also Tick off the items that you want hosted on the CDN like your theme images and css, etc.
Forum: Plugins
In reply to: Stopping bots from influencing WordPress Stats?Do you have any non-javascript way of tracking your stats? awstats, apache logs, perhaps?
Check there, block the culprit at server level. obviously if it’s google, you don’t block them. But if it’s any of random scrappers i deal with it everyday ..then block them for sure.
Forum: Plugins
In reply to: High Server Load: W3 Total Cache or WP Super Cache ?Upgrade your hosting.
I get 30k uniques per day and now am running great with a small dedicated.
Here’s some tips:-Use Disqus or intense debate for comments. this is useful if you get alot of comments. No wordpress comments = no comment cookies = no cache refresh on comment submit.
-If you use related posts, use a service like Surphace.
-If you have lots of posts, convert your DB to InnoDB.
-Use W3 Total cache and configure all four options. Use the poor man’s CDN with a subdomain.
Forum: Hacks
In reply to: Stats Plugin: Excluding Homepage from stats_get_csv resultsHey,
Any idea on how to exclude pages from the list?
Forum: Plugins
In reply to: New Search AlgorithmI need this as well since i need to merge default WordPress search without an outside search.
Forum: Plugins
In reply to: [Plugin: WP Smush.it] error – must be within the content directoryka-ri-ne,
Thanks.
well in that case, disk enhanced will be better.
Forum: Hacks
In reply to: Stats Plugin: Excluding Homepage from stats_get_csv resultsTHANKS!!!
They really should put this in the plugin. But i guess they’re worrying about the load from all the extra requests to wp.com servers. So this should probably be used with a Page caching plugin and use long expire times.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] How to cache minified pages?Enable Browser Cache in W3T and check it’s settings page. Make your htaccess writable before you do.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] No W3TC rules in .htaccess filemake sure it’s the right htaccess you’re looking at. should be in your root directory.
And check the htaccess again. on system w3tc inserts the rules all the way down the page, leaving alot of white space between existing rules.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] New files and CDNNew files are automatically updated after initial media upload.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Won't redirect to www. any moreOk I dropped this into htacesss BEFORE the W3TC and wordpress rules.
RewriteCond %{HTTP_HOST} ^DOMAIN.com$ [NC] RewriteRule ^(.*)$ https://www.DOMAIN.com/$1 [R=301,L]
all urls have the www, now. But now i’m wondering if that is best. Does that code need to wrapped in anything? At the bottom where the wordpress rules are, i have “<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / ………” When i try to merge them, the homepage url displays a direct link to the W3TC page cache index file instead of just https://www.domain.comForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Won't redirect to www. any morebump.
I also have the same problem. I might also add that it may be affecting adsense relevancy on the pages WITH the www. The mediapartners bot isn’t browsing those pages. *scratches head*.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Permanent CDN storageIt makes a copy.
Pretty good practice if you ask me. If ever you need to disable W3TC, your site and links are not broken. Hard drives are cheap, brotha