164997
Level 29 Hostist
puke7
post #164997 ::
2022.12.27 7:47pm
Viraxor, DefenseMechanism, sean, argarak, VirtualMan, Tex, kilowatt64, big lumby, kleeder, Xaser and damifortune liēkd this
Viraxor, DefenseMechanism, sean, argarak, VirtualMan, Tex, kilowatt64, big lumby, kleeder, Xaser and damifortune liēkd this
Some of you may remember the recent PHP v8 upgrade fiasco failure indecent incident. Well.... we're back at it again, folks! Except this time we're jumping 2 minor versions future forward.
I believe I fixed the new account (n00b account) bug that crashed 8.0 on my local. There's been a few things that broke (like video of the day posting to twitter and badge pages loading), but they've been easy to fix; just upgrading the code to modern practices.
Earlier this month I started fixing a lot of silent warnings that I've been ignoring since I started building the site. My best guess is that these warnings were many and were also being logged to disk causing the site to load slower than necessary. Things seemed to be going faster but then those slowdowns started again. I've opted out of using FastCGI, using normal-sans-fast CGI instead which is meant to handle longer threads better or sumptin'?!?!?
TL;DL :: you see something you say something here
I believe I fixed the new account (n00b account) bug that crashed 8.0 on my local. There's been a few things that broke (like video of the day posting to twitter and badge pages loading), but they've been easy to fix; just upgrading the code to modern practices.
Earlier this month I started fixing a lot of silent warnings that I've been ignoring since I started building the site. My best guess is that these warnings were many and were also being logged to disk causing the site to load slower than necessary. Things seemed to be going faster but then those slowdowns started again. I've opted out of using FastCGI, using normal-sans-fast CGI instead which is meant to handle longer threads better or sumptin'?!?!?
TL;DL :: you see something you say something here