he/him. from the birdsite (@Andres4NY and before that @NEGreenways).

#Dad #NYC #Bikes #FreeTransit #SafeStreets #BanCars #Debian #FreeSoftware #ACAB #Vegetarian #WearAMask

My wife’s an #epidemiologist, so you’ll get some #COVID talk too.

Trans rights are human rights.

  • 0 Posts
  • 100 Comments
Joined 3 years ago
cake
Cake day: November 7th, 2022

help-circle












  • @dan @rimu Yep. For us, it was cheaper to use the VPS storage than S3 (at the time I took it over, in 2018). Amusingly, it was set up to use S3 for images but then mounted locally and served through the VPS’s web server, making it all painfully slow (the proper way would be to have the site provide links directly to the S3). By switching it to local storage, I cut hosting costs in half and also sped up the site by orders of magnitude.


  • @dan @goldensw The vast majority of traffic is going to be the first day or week that a new article is published, social media or whatever driving lots of traffic to that same article over and over. Loading the php interpreter each time, even if it’s reading cached data, *will* make the site fall over. Static files will not.

    Though nowdays there’s stupid AI bots doing pathological stuff, so that may become an issue as well that requires some further adjustments.


  • @dan @goldensw Yes, this. I did almost exactly what you did (taking over maintenance of an older wordpress site used by a local news org), and it was in rough shape. The config is a bit crotchety (like most things wordpress these days), but we’re using WP Fastest Cache to create static html pages and a custom nginx configuration to read directly off those static pages (without hitting the php interpreter) for non-logged-in users. Basically try_files /…/cache/$uri, which falls back to php.






  • @rimu @Dust0741 Also, even if openwrt stops supporting it… If you have a router or firewall or something in front of your access point, then running an old version of openwrt isn’t really that much of a risk if we’re talking about residential wifi w/out a lot of coverage.

    And that’s assuming you’d want to stick with a model that openwrt has dropped support for. If they do drop support in a few years, you could buy a newer (better supported) older model again for $40.