🌐
Tideways
tideways.com › profiler › blog › php-benchmarks-8-4-performance-is-steady-compared-to-8-3-and-8-2
PHP Benchmarks: 8.4 performance is steady compared to 8.3 and 8.2 – Tideways
November 11, 2025 - Every year, like clockwork, a new version of PHP is released at the end of November. Naturally, you want to know, how much performance gain is in this new release across common frameworks and applications? Our tests show that, in general, the performance between 8.2, 8.3 and 8.4 does not move much for a Laravel, [...]
🌐
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 ...
Discussions

PHP 8.5 benchmarks: PHP performance across major CMSs and frameworks
Any reason why Symfony wasn't tested? More on reddit.com
🌐 r/PHP
67
56
December 4, 2025
What’s new in PHP 8.5 in terms of performance, debugging and operations
following core functions got performance optimizations in PHP 8.5: array_find(), array_filter(), array_reduce(), usort() / uasort(), str_pad(), implode() Great. More on reddit.com
🌐 r/PHP
30
110
November 18, 2025
🌐
Reddit
reddit.com › r/php › what’s new in php 8.4 in terms of performance, debugging and operations
r/PHP on Reddit: What’s new in PHP 8.4 in terms of performance, debugging and operations
September 19, 2024 - These QOL changes in 8.4 are leading to a much better DX. very exciting. ... The request_parse_body() change is cool for HTMX fans. A lot easier to use PUT and PATCH requests ... A better article showing more features, showing more code and it not an ad for a product: https://stitcher.io/blog/new-in-php-84 ... My article isn't primarily about features, but spotlights performance, ops and debugging changes that are usually not listed at all in the customary "what's new" posts.
🌐
Tideways
tideways.com › profiler › blog › whats-new-in-php-8-4-in-terms-of-performance-debugging-and-operations
What’s new in PHP 8.4 in terms of performance, debugging and operations
August 28, 2025 - This improves performance by a factor of 2x to 5x, which is a fantastic gain, making SHA-256 even faster than some of the less secure alternatives, allowing to improve performance and security at the same time.
🌐
Sevalla
sevalla.com › blog › laravel-benchmarks
Laravel performance benchmarks — PHP 8.2 vs 8.3 vs 8.4 vs 8.5
January 13, 2026 - Across PHP 8.2 through 8.5, throughput stayed within a relatively narrow range. PHP 8.2 delivered the highest result at 730.11 req/s, followed closely by PHP 8.3 at 708.44 req/s, PHP 8.4 at 695.98 req/s, and PHP 8.5 at 700.33 req/s.
🌐
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 - WordPress shows steady performance improvements when moving from PHP 7.4 to modern PHP versions. PHP 8.4 and PHP 8.5 deliver the fastest results in our tests, both landing around 148 req/s, with PHP 8.5 slightly ahead.
🌐
DEV Community
dev.to › blamsa0mine › php-84-performance-optimization-a-practical-repeatable-guide-1jp4
PHP 8.4 Performance Optimization — A Practical, Repeatable Guide - DEV Community
October 11, 2025 - PHP 8.4 adds convenience (array_find*, ... optimized autoload, OPcache/JIT tuned for your workload. Performance work in PHP 8.4 is a process, not a grab‑bag of tips....
🌐
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 - The standout result is PHP 8.5, which jumped to 1,874 req/s, a 54% increase over PHP 8.4. This spike aligns with the significantly smaller response size served under PHP 8.5 (17 KB vs.
Find elsewhere
🌐
DEV Community
dev.to › robertobutti › why-you-should-upgrade-to-php-84-or-at-least-php-8x-1ab0
Why you should upgrade to PHP 8.4 (or at least a supported PHP version) - DEV Community
November 29, 2024 - If you're still running an older version of PHP, it’s time to ask: why should you upgrade to PHP 8.4 (or at least a supported PHP version)? Here’s why this upgrade matters and how you can make it happen seamlessly. PHP 8, starting from PHP 8.0 with its Just-In-Time (JIT) compiler, delivers remarkable performance improvements compared to PHP 7.
🌐
Medium
medium.com › @rezahajrahimi › just-in-time-jit-compilation-in-php-8-4-2beab4d1212c
Just-In-Time (JIT) Compilation in PHP 8.4 | by reza haj rahimi | Medium
January 6, 2025 - PHP 8.4’s JIT compiler now uses more advanced heuristics to determine which parts of the code should be compiled. This reduces unnecessary compilation overhead and focuses resources on the most performance-critical sections.
🌐
PHP
php.net › releases › 8.4 › en.php
PHP: PHP 8.4 Release Announcement
PHP 8.4 is a major update of the PHP language. It contains many new features, such as property hooks, asymmetric visibility, an updated DOM API, performance improvements, bug fixes, and general cleanup.
🌐
DEV Community
dev.to › gitter4coding › what-are-the-most-practical-and-noteworthy-new-features-of-php84-for-developers-fmf
What are the most practical and noteworthy new features of PHP8.4 for developers? - DEV Community
September 2, 2024 - PHP 8.4 adopts a new JIT implementation that centers around Intermediate Representation (IR), significantly improving both compilation and execution efficiency. IR is a crucial concept in compilers, offering a higher level of abstraction that ...
🌐
DEV Community
dev.to › devops-make-it-run › whats-new-in-php-84-features-performance-and-upgrade-advice-5g02
What's New in PHP 8.4 Features Performance and Upgrade Advice - DEV Community
November 6, 2025 - - Upgrading from 7.4 or earlier gives a noticeable speed boost for most CMSs & frameworks ([Kinsta benchmarks](https://kinsta.com/blog/php-benchmarks/#:~:text=was proven the fastest tested,the tested CMSs and frameworks)). - Between 8.2–8.4, changes are modest for many web apps ([Tideways 8.4 analysis](https://tideways.com/profiler/blog/php-benchmarks-8-4-performance-is-steady-compared-to-8-3-and-8-2#:~:text=Our tests show that, in,Symfony and WordPress demo application)).
🌐
Daily.dev
app.daily.dev › home › php dev › php benchmarks: 8.5 vs 8.4, 8.3 and 7.4
PHP Benchmarks: 8.5 vs 8.4, 8.3 and 7.4 | daily.dev
November 25, 2025 - Response times and requests per second remain nearly identical when upgrading from 8.4 to 8.5, with only PHP 7.4 showing a modest 5% performance Show more
🌐
Freek.dev
freek.dev › 2862-php-benchmarks-84-performance-is-steady-compared-to-83-and-82
PHP Benchmarks: 8.4 performance is steady compared to 8.3 and 8.2 - Freek Van der Herten's blog on Laravel, PHP and AI
May 19, 2025 - Tests performed by Tideways show that, in general, the performance between 8.2, 8.3 and 8.4 does not move much for a Laravel, Symfony and WordPress demo application.
🌐
Reddit
reddit.com › r/php › what’s new in php 8.5 in terms of performance, debugging and operations
r/PHP on Reddit: What’s new in PHP 8.5 in terms of performance, debugging and operations
November 18, 2025 - Make sure to use a version compiled with clang >=19 with -flto. That's the main performance improvement over 8.4, because gcc's global registers prevent lto. ... We used distribution/upstream built packages for the benchmark, because 99,9% of ...
🌐
Medium
medium.com › @sizanmahmud08 › php-8-4-release-complete-guide-to-new-features-performance-improvements-and-breaking-changes-3189f3ff84a1
PHP 8.4 Release: Complete Guide to New Features, Performance Improvements, and Breaking Changes | by Sizan Mahmud | Medium
December 30, 2025 - Property hooks and asymmetric visibility modernize object-oriented programming in PHP. The updated DOM API fixes long-standing issues with HTML/XML processing. Performance improvements mean faster applications without code changes.
🌐
PHPBenchLab
phpbenchlab.com › home › php 8.x benchmarks › php 8.3 vs 8.4 vs 8.5: real-world performance benchmark (2026)
PHP 8.3 vs 8.4 vs 8.5: Real-World Performance Benchmark (2026) - PHPBenchLab
February 17, 2026 - PHP 8.4.17 is the slowest in this test, with only 1.53 req/s and 655 ms response time. The drop compared to 8.3 is unexpected and may point to a temporary performance regression in certain CPU‑heavy scenarios (similar issues have been noted in community discussions).
🌐
Medium
medium.com › @askrjdanish › whats-new-in-php-8-4-why-you-should-upgrade-now-bd954220d75e
What’s New in PHP 8.4 Why You Should Upgrade Now | by Muhammad Danish | Medium
July 21, 2025 - Real-world Performance Gains Benchmarks show PHP 8.2+ can run up to twice as fast as PHP 7.4 on some workloads, with PHP 8.4 delivering even further boost thanks to caching optimizations and synchronous enhancements.
🌐
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 ...