Notes on the WordPress admin colour schemes
Eight schemes ship with WordPress and plugin authors mostly test against one of them, which is why so many admin screens look slightly broken.
Read it Notes on the WordPress admin colour schemesShorter thoughts, published as they happen.
Eight schemes ship with WordPress and plugin authors mostly test against one of them, which is why so many admin screens look slightly broken.
Read it Notes on the WordPress admin colour schemesThird-party analytics is rarely one request. It is a DNS lookup, a TLS handshake, a redirect and a script that fetches another script.
Read it The cost of an analytics requestFunnels built to be admired have seven steps. Funnels that change anything have three, and somebody is waiting on the answer.
Read it A funnel is a question, not a reportWhen every page is served from disk, the only thing that reliably sees a request is the thing serving it.
Read it Server-side counting on a fully cached siteThe hostname tells you where traffic comes from. The full URL tells you that, plus a pile of things you did not ask for and cannot safely keep.
Read it The case against storing referrer URLsA cached page never reaches PHP, which is exactly why so many analytics quietly stop counting once you turn caching on.
Read it Counting cached pages without breaking the cache