Category: WebDev & Code

  • Google Chrome ” Failed – Network Error.” on downloading files greater than 5MB (ish) – solution for me = Disable QUIC

    For the last few weeks I’ve had trouble downloading from Google Photos files. It only happened on large files; videos & zip files of multiple images. The problem only affected Chrome – the files would download fine using Firefox. For single images the download would work so I decided it must be something related to…

  • Blog traffic

    According to cloudflare, my blog traffic this month. According to google analytics, my blog traffic this month. The difference? a) Cloudflare is counting requests to my server (each image, each file, each style sheet) whereas Google Analytics is joining requests from the same visitor into a session. b) Hackers don’t always ask for a page,…

  • Upgrading my server to PHP7 broke wordpress admin interface (cloudflare)

    wp-cli, a command line interface for WordPress, just saved me a big headache. It all began when I updated my server to the latest ubuntu LTS. That removed PHP5 support and replaced it with PHP7. That meant several of my sites stopped working as the nginx configuration had to change. With that done I thought…