Author: ACMer
Cloudflare by default only caches the static resources, such as images, audios, documents. If your site does not have dynamic contents or is updated less frequently (e.g. if you …
WordPress provides an API is_user_logged_in() to check if any user is loggin, but unfortunately, it is not directly available when you write plugins e.g. Plugins are loaded before pluggable.php …
CloudFlare works as a reverse-proxy. This is a situation where the user-agent of the visitor is forwarded to the origin. We don’t issue a User-Agent specific to ourselves. Please …
Some bots are bad. For example 360 bots will crawl as much as it can disregard of overloading the web server. There are some known bad bots, and you …
@Jordan Hall tweets true exception handlers in PHP an Javascript. Javascript Exception Handler try { // something } catch (e) { window.location.href = "http://stackoverflow.com/search?q= + " + e.message; } …