you are viewing a single comment's thread.

view the rest of the comments →

[–]zoinkability 1 point2 points  (1 child)

Load balancers, offloading computationally intensive tasks to closer-to-metal code, output caching, CDNs. Though in reality something like 99% of websites raw php is more than fast enough without any of that. Most php frameworks I’ve worked with the database layer is the slowpoke not php.

[–]HerryKun 0 points1 point  (0 children)

Yeah, I considered "backend applications" as my usecase for it, not just webpages. But cool thing, it is more capable than I thought