Hacker News new | ask | show | jobs
by richardbarosky 1143 days ago
Can confirm. judyrecords is built on a near framework-less monolith in PHP + 2 search servers. Searches complete within 100 milliseconds and SRPs return in less than 15 milliseconds on average. Runs a trimmed down version of CodeIgniter 2 (released in 2012) updated to run on PHP 8.2. Still got the CI 2 profiler.

https://postimg.cc/TLbvvSzm

https://news.ycombinator.com/item?id=30481230

1 comments

I wonder how many people did their own CodeIgniter updates. I’ve also almost completely transformed the thing, but the base is still CodeIgniter.
Curious, if you don't mind sharing, what site/app!?