🌐
Tideways
tideways.com › profiler › blog › php-benchmarks-8-5-vs-8-4-8-3-and-7-4
PHP Benchmarks: 8.5 vs 8.4, 8.3 and 7.4 – Tideways
November 25, 2025 - Each year, right on schedule, a new version of PHP is released at the end of November. So, how much faster is this new release across popular frameworks and applications? Our tests show that, in general, the performance between 8.2, 8.3, 8.4 and 8.5 does not move much for a Laravel, Symfony ...
🌐
Reddit
reddit.com › r/php › php 8.5 benchmarks: php performance across major cmss and frameworks
r/PHP on Reddit: PHP 8.5 benchmarks: PHP performance across major CMSs and frameworks
December 4, 2025 - Env: - PHP built-in server (single-threaded, not PHP-FPM) - 1,000 requests, 15 concurrent connections, 5 runs · PHP's built-in server is the bottleneck - It's single-threaded, whereas Kinsta uses nginx + PHP-FPM with multiple workers. Our ~37 req/s ...
Discussions

How much different is modern PHP 7/8 from PHP 5?
I'd call what you have some excellent skills. Legacy code would be difficult for a lot of folks to manage. I would deffo augment your skillset with the latest and greatest simply for your own benefit. There's a lot of great additions and it gets better with every release. OOP is excellent, it's allowed me to keep my sanity by abstracting away garbage code at work into something tangible, reusable and clean. I've published my own composer packages and it's a world of difference having the ability to write some code, test it, publish it, install it as a dependency and never have to worry about it again for the most part. It's helped me reduce project's metal overhead, strengthen my coding standards allow others to benefit from my designs. The main difference is heavy reliance on OOP and strong type enforcement. Basically designing things so they less susceptible to errors, and more robustly designed systems overall. The toolsets and composer libraries are amazing. Lots of reliance on shell commands to generate code, run tests, compile assets, lint code etc. Everything is streamlined once you've gotten familiar with the tools you can use. I love Laravel because they give you a complete ecosystem to work with. I get the Dev Server, Asset Compiler, Framework, and Paid Services if I want them. They've made it really easy to write and deploy modern PHP. My job used to be a headache and now it's very smooth sailing thanks to Laravel. More on reddit.com
🌐 r/PHP
9
5
February 18, 2021
How will Wordpress benefit from PHP 8.0 and JIT?

Probably no significant improvements, since most of the time is spent waiting on MySQL and the file system. I’d love to be surprised, but right now my expectations are low.

It’s still exciting because it could open up new areas to PHP that used to require custom extensions.

More on reddit.com
🌐 r/Wordpress
12
19
November 8, 2018
Laravel 5.8.35 + 6.7.0 and PHP 7.1, 7.2, 7.3 7.4 Benchmarks
Just curious: Where did the tests originate from? (Is it possible network latency affected the results or was it all local?) More on reddit.com
🌐 r/laravel
3
10
February 19, 2019
Multithreading in PHP with pthreads

Thanks for writing this krakjoe!

I'd especially like to emphasize the awesomeness of point 1: You probably heard many people tell you that PHP does not support multi-threading whereas Ruby and Python do. In a way, the converse is true: PHP has support for actual multi-threading, whereas Ruby and Python implement it using a GIL (global interpreter lock, which basically means that threads can only improve performance if they are IO-bound). PHP just doesn't natively expose threads to the user and requires an extension like pthreads instead.

More on reddit.com
🌐 r/PHP
69
80
September 16, 2011
People also ask

How much faster is PHP 8.5 compared to PHP 8.3?
In production testing across three WordPress sites, PHP 8.5 delivered 12-14% speed improvements in TTFB and page load times. Dynamic pages (WooCommerce, admin panel) saw the biggest gains.
🌐
365i.co.uk
365i.co.uk › home › news › hosting › php 8.5 just landed: 3 wordpress speed boosts you need in 2025
PHP 8.5 Just Landed: 3 WordPress Speed Boosts You Need in 2025 | 365i
Can I run WooCommerce on PHP 8.5?
WooCommerce 9.4 and later fully supports PHP 8.5. Earlier versions may have issues with the new pipe operator and URI handling changes. Update WooCommerce first, test on staging, then switch.
🌐
365i.co.uk
365i.co.uk › home › news › hosting › php 8.5 just landed: 3 wordpress speed boosts you need in 2025
PHP 8.5 Just Landed: 3 WordPress Speed Boosts You Need in 2025 | 365i
Should I skip PHP 8.4 and go straight to 8.5?
If you're on PHP 8.3 or 8.4, go straight to 8.5. If you're on 8.1 or 8.2, you may encounter deprecation warnings from older plugins. Test on staging first and update any plugins that throw warnings.
🌐
365i.co.uk
365i.co.uk › home › news › hosting › php 8.5 just landed: 3 wordpress speed boosts you need in 2025
PHP 8.5 Just Landed: 3 WordPress Speed Boosts You Need in 2025 | 365i
🌐
PHP
php.net › releases › 8.5 › en.php
PHP: PHP 8.5 Release Announcement
November 20, 2025 - PHP 8.5 is a major update of the PHP language, with new features including the URI Extension, Pipe Operator, and support for modifying properties while cloning.
🌐
SocialEngine
socialengine.com › home › blogs › php 8.5 is coming: what changes & new performance
PHP 8.5 Is Coming: What Changes and New Performance
January 9, 2026 - In this PHP 8.5 version, cURL functions are more reliable and faster, improving PHP 8.5 performance when making HTTP requests.
Call   09950682999
Address   Unit No. 250, 2nd Floor, Tower B2 – Spaze IT Tech Park, Sector 49, Gurugram, Haryana 122018, Gurgaon
🌐
Kinsta®
kinsta.com › home › resource center › blog › php updates › php 8.5 benchmarks: the state of php performance across major cmss and frameworks
PHP 8.5 benchmarks: The state of PHP performance across major CMSs and frameworks
December 13, 2025 - WooCommerce experiences a substantial ... 8.2–8.4, with only minor variation. The standout result here is PHP 8.5, which reaches 71.02 req/s, a roughly 33% increase over PHP 8.4....
🌐
Tideways
tideways.com › profiler › blog › whats-new-in-php-8-5-in-terms-of-performance-debugging-and-operations
What’s new in PHP 8.5 in terms of performance, debugging and operations
November 19, 2025 - Another compile time optimization that Tim made for 8.5 is to reduce the number of opcodes that are emitted when you have a match (true) statement. For an artificial code example such as the following, this provided a 17% (+/- 6%) improvement: PHP’s shared nothing architecture is very helpful in avoiding memory leaks and accidental data leaks between users. But it has its downsides when you are performing the same work in each request over and over again.
🌐
365i
365i.co.uk › home › news › hosting › php 8.5 just landed: 3 wordpress speed boosts you need in 2025
PHP 8.5 Just Landed: 3 WordPress Speed Boosts You Need in 2025 | 365i
December 8, 2025 - PHP 8.5 delivers 12-14% speed improvements on real WordPress sites. Production benchmarks, the three features that matter, and a safe upgrade process.
Address   5 Epping Close, Barton Seagrave, NN15 6TR, Kettering
(5.0)
Find elsewhere
🌐
Medium
medium.com › @devrabiul › php-8-5-just-changed-the-game-heres-why-everyone-s-talking-about-it-1ceaf3ff0ce9
🚀 PHP 8.5 Just Leveled Up the Entire Language — The Features You Can’t Ignore | by Devrabiul | Medium
November 16, 2025 - If you’ve been waiting for the “right” time to upgrade, this is it. PHP 8.5 delivers a perfect balance between performance, simplicity, and modern syntax.
🌐
Medium
medium.com › readers-digests › real-performance-benchmarks-of-php-8-5-vs-php-8-3-and-node-js-774cfb29641e
Real performance benchmarks of PHP 8.5 vs PHP 8.3 and Node.js | by Jaytech | Readers Hope | Medium
November 4, 2025 - PHP 8.5 focuses on developer ergonomics and small runtime optimizations; it is not a radical rewrite but includes JIT and internal tweaks that can improve CPU-heavy workloads slightly.
🌐
SensioLabs
sensiolabs.com › home › blog › expertise › what's new in php 8.5: a comprehensive overview
What's New in PHP 8.5: A Comprehensive Overview | SensioLabs
June 23, 2025 - The upgrade from PHP 8.4 to 8.5 should be straightforward for most applications, with the new features providing immediate value without breaking existing code.
🌐
GameGPU
en.gamegpu.com › home › news › hardware
PHP 8.5 is 14% faster than PHP 8.1—now available
November 21, 2025 - However, in addition to the language changes, the new version shows 14% higher productivity, than PHP 8.1, according to benchmarks Phoronix Test Suite Self Test 1.0 (Render Test)According to the benchmark, PHP 8.5.0-dev completed the task in a short time 36.84 seconds, while PHP 8.1.34-dev ...
🌐
Zend
zend.com › blog › php-8-5-features
What's New in PHP 8.5 | Developer's Guide to PHP 8.5 | Zend
September 18, 2025 - For teams who would rather their developers focus their time and energy elsewhere, or for those with limited in-house PHP expertise, another option for upgrading to PHP 8.5 is to partner with a trusted third party, such as Zend. We help you migrate, modernize, or upgrade with confidence, minimizing risk and saving time as you upgrade to the latest PHP version. Zend makes mission-critical PHP possible through our full suite of PHP services. Take advantage of long term support for EOL PHP versions, unlock 24/7/365 support from a global team of experts, and stay up to date on the latest security and performance enhancements PHP has to offer.
🌐
Kolonel Server
colonelserver.com › home › php 8.5 – complete overview, features, and improvements
PHP 8.5 – Compleet overzicht, Functies, And Improvements | Kolonel Server
November 29, 2025 - With this version, developers gain access to a range of new features, enhancements, and optimizations that simplify coding, improve readability, and enhance runtime performance. From the introduction of the pipe operator to the new URI extension ...
🌐
Kinsta®
kinsta.com › home › resource center › blog › php updates › php 8.5: here’s what’s new in the latest release
PHP 8.5: Here's what's new in the latest release
February 18, 2026 - A wise approach for PHP 8.5 developers would be to use the ini_get() function to see if the new maximum limit has been defined, like ini_get('max_memory_limit') — and then adjust according to the value returned. With versions of PHP prior to 8.5, that call would safely return false. Memory is managed a little differently here at Kinsta. You can juggle the number of threads and the memory allocated to each of them using the PHP Performance tool.
🌐
Phoronix
phoronix.com › news › PHP-8.5-Released
PHP 8.5 Released With New Pipe Operator, New URI Extension & Clone With - Phoronix
November 20, 2025 - PHP 8.5 is also looking good in the performance department. In my early benchmarking of PHP 8.5, it's showing some nice performance gains in the generating of the SVG graphs used on Phoronix articles from benchmarking.
🌐
Medium
pixicstudio.medium.com › php-8-5-the-version-that-will-actually-makes-life-easier-f9617311c590
PHP 8.5: The Version That Will Actually Makes Life Easier | Stackademic
November 13, 2025 - PHP 8.5: The Version That Will Actually Makes Life Easier The Developer-Friendly Upgrade You’ve Been Waiting For PHP 8.5 is out soon, and honestly, it’s one of those releases that makes me …