Filter
Exclude
Time range
-
Near
🚨 We’re thrilled to announce Daniel Leech (@dantleech) as our next PHP UK 2026 speaker! A Software Engineer with over 17 years of PHP experience, Daniel has contributed to projects like PHPBench and Phpactor, helping developers write cleaner, smarter code. In his talk, “PHP, Value Objects and You 🫵”, he’ll show how Value Objects can make your code more expressive, maintainable, and cohesive while helping you learn how to spot them in the wild. 🎟️ Early Bird tickets are available now: phpconference.co.uk/tickets #php #phpc #DomainDrivenDesign #SoftwareArchitecture #SoftwareEngineering
3
161
Speed test results: json_encode faster than serialize for #php data serialization #phpbench
104
Day 76 of #100DaysOfCode ✅ added new reporting method 'reportToFileInAppendMode' to Stopwatch ✅ started using @phpbench - a benchmarking framework for PHP github.com/uhamurad/stopwatc… #100daysofcodechallenge #php
1
45
Bonjour 👋 Cette semaine, on découvre comment surveiller la consommation en mémoire et le temps d'exécution de votre code grâce au package #phpbench 🚀 #laravel #php laravel-france.com/posts/tes…
5
19
958
And we did it 😁 I think its the first time I'm satisfied with usage of @phpbench We divided core elements of Flow #php into logical groups, making sure that only important code is benchmarked. (not all critical parts are yet covered) Everytime something is pushed to a 1.x branch we are generating new benchmarks baseline which is cached. Every new PR is restoring benchmark cache with a baseline and its executing new benchmarks against the baseline. Finally results are published to the PR as a comment so we can easily spot degradation/improvements 😁 Preview is available here: github.com/flow-php/flow/pul… As always @stloyd helped a lot in the development of that feature 😍
1
1
11
1,180
GitHub workflow Summary with PhpBench output 😍 each PR will be compared against latest stable release to give us quick insights about potential performance degradation 😁
2
2
13
1,572
serialize vs json_encode in php Based on the benchmark results , it appears that json_encode is slightly faster than the serialize method for serializing data in PHP. #php #phpbench #phpbenchmarks
2
158
Using PHPBench, QCacheGrind and Xdebug to optimise Flare flareapp.io/blog/49-optimizi…

1
11
1,605
Using PHPBench, QCacheGrind and Xdebug to optimise a PHP app flareapp.io/blog/49-optimizi… Discussions: discu.eu/q/flareapp.io/blog/… #php #programming by @flareappio

2
56
Replying to @stefanvermaas
Currently the most easy way to start is PHP Debug Bar ( phpdebugbar.com/ ) and the available framework integrations. For small parts of code you have @phpbench for benchmarking. And there are commercial tools like @blackfireio and @tideways that can help.

1
3
An interesting evening experimenting with @phpbench looking at how I can run benchmarks against a grid of different PHP versions and library releases to provide performance charts and details, and see if I can automatically publish them
2
長大なメソッドの一部分を切り出して再実装したいというとき、その処理をクラスに切り出してその入出力をinterfaceとして抽象化した上でユニットテストを書いた上で同じテストを通過する別実装を完成させてそれぞれphpbenchでベンチマークをとってみるという手法をとれます
1
With this we can roughly check if a patch is increasing or decreasing the performance dramatically which helped us to catch a few bugs 👍
2
Replying to @Ocramius @phpbench
Certainly something to consider: it takes a lot of time and effort to baseline and run performance tests for these different experiments, and it should make it a easier for me to run the tests across different PHP and PhpSpreadsheet versions/branches/experiments
1
2
Replying to @ryangjchandler
I’ve never used phpbench before, should give it a try!
2
3
#PHP people, @phpbench is one of the greatest tools ever. If you are wondering what performs best, or how fast something is, use #phpbench: it's really simple to use and gives you great insights!
4
5
The recording of last night's stream is up! Get to see me get confused by phpbench and php tokens. youtube.com/watch?v=Pq5nRC21…

1
1
2