damoncloudflare
Forum Replies Created
-
Forum: Plugins
In reply to: Cloudflare error message???“I don’t remember signing up on cloudflare or anything?”
I am actually showing that the site is actually on us & pointing to our nameservers. Are you still seeing this error? If yes, please contact CloudFlare support.
uijquery.org. 300 IN A 104.28.21.11
uijquery.org. 300 IN A 104.28.20.11;; Query time: 69 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Wed Oct 22 13:38:36 2014
;; MSG SIZE rcvd: 62Damons-MacBook-Pro:~ damonbillian$ dig ns uijquery.org
; <<>> DiG 9.8.3-P1 <<>> ns uijquery.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3794
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0;; QUESTION SECTION:
;uijquery.org. IN NS;; ANSWER SECTION:
uijquery.org. 86397 IN NS dana.ns.cloudflare.com.
uijquery.org. 86397 IN NS algin.ns.cloudflare.com.Forum: Plugins
In reply to: [W3 Total Cache] [GET] 403 ForbiddenDoes pausing us on the record in your DNS settings change the behavior? You can do so by changing the cloud from orange to grey. If it does change the behavior & the error goes away, then something is likely blocking requests on that end.
Forum: Plugins
In reply to: [W3 Total Cache] Sent my site crazy!!The issue would not be on our end, unfortunately, if we were paused & the behavior was still happening (we’re going directly to your server when you pause us).
Forum: Plugins
In reply to: [W3 Total Cache] [GET] 403 ForbiddenA 403 would generally indicate that requests are being blocked by IPs on the server. You might want to check to make sure that requests from CloudFlare’s IP ranges are not being blocked.
Forum: Plugins
In reply to: [W3 Total Cache] ClickDesk & W3 Total Cache“Further, Rocket Loader (as an asynchronous JavaScript loader/virtual browser) has no technical connection to caching… none that I can think of off the top of my head, anyway”
It doesn’t have anything to do with caching (a separate performance feature from caching).
“I really like CloudFlare’s Rocket Loader but it breaks my scripts that are appearing on every page. If possible, it would be nice if CloudFlare could add the option to exclude certain files. As previously noted it would be too cumbersome to apply to all files except a couple. There is a plugin that purports to do this, but it’s buggy. “
This is the only option to exclude based on file type, unfortunately.
Another option, if Rocket Loader is only impacting certain URLs, would be to use PageRules to exclude URLs from performance features.
Forum: Plugins
In reply to: [W3 Total Cache] Sent my site crazy!!Did you have minify options turned on at CloudFlare and W3TC? That can most certainly break things with two minify options running (you should choose only one).
Forum: Plugins
In reply to: [Cloudflare] Changes style.css in child-theme not accepted by CloudflareDid you purge the file or your cache? If you make changes to static content CloudFlare caches, then you should be going to development mode (first) or purge (if after the change).
Forum: Fixing WordPress
In reply to: Minimizing plugins?I would personally say yes. The apps don’t work by installing something on y9our server, so should be more performant in that regard.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Cloudflare“Also note that CloudFlare may strip out all of the HTML Comments from your page source code”
This really should only possibly happen if Auto Minify HTML was enabled.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] CloudflareSure:)
Some other quick tips that should help you with CloudFlare and WordPress.
We generally don’t see any issues related to using CloudFlare and Varnish. Throwing an additional caching plugin in the mix, however, would possible create issues.
Hmmm…I changed the order of the PageRule. Does that help?
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] CloudflareHi,
Make sure you don’t turn on Auto Minify at CloudFlare, if you’re going to be using the compression feature from the plugin (HTML Compressor to automatically combine and compresses CSS/JS/HTML code.) This will likely create a conflict at some point.
Hi,
*Maybe* to some degree. Maybe change it to something like:
http://beckybeach.net/wp-content/plugins/*
or
http://beckybeach.net/wp-content/plugins/wp-to-buffer/*
Seems like the issue has more to do with the plugins being affected & those might be better rules.
Forum: Fixing WordPress
In reply to: Site getting slower and slowerHi,
Try running your site through something like webpagetest.org or gtmetrix. You should be able to get an idea of where some of the issues are.