Re: How to make your site faster, smarter, and safer!

Originally Posted by
b3n199
i try cloudflare too, but why my account get suspended for high resources??
cloudflare could speed your site loadingtime
Cloudflare can only help with the static elements of your site -- static HTML pages, CSS and JavaScript files, images and so forth. It does that by figuring out what parts of your site don't change, and storing a local copy of those elements on several different servers in several places throughout the world. It cannot help with dynamic elements. Anything that needs to be calculated at the web server, like reading from or writing to a database, still has to come from the web server; Cloudflare's CDN (content delivery network) can't help at all with things that change on every request, and it certainly can't help with updates and changes you (or your users) make through web submissions.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)