Tagged a new version 1.3.0 of the `phpunit-query-count-assertions` package, now goes beyond just @laravelphp and supports Doctrine for @symfony & @phalconphp too! 👏
Get instant insights into your SQL queries & performance in your PHPUnit/Pest tests, ensure fast applications 🚀
github.com/mattiasgeniar/php…
Bisa sih. Mulai rewrite bagian kode yang lambat pake C (most likely semua), compile jadi PHP C extension, terus panggil dari si aplikasi PHPnya.
Well, masih boleh lah diakui sebagai aplikasi PHP kok.
tanyaaja.in/p/petrabarus/1tl…
In fact itu yg dilakukan sama framework PhalconPHP.
We are happy to announce the release of Phalcon v5.3.0.
This release brings several bug fixes, including a memory leak fix when working with Swoole, as well as additional methods for Model, Metadata and Loader.
blog.phalcon.io/post/phalcon…#phalcon#phalcon5#release
A @phalconphp tutorial: "The application stores passwords as hashes, using the sha1 method. Although this methodology is adequate for a tutorial, you might want to consider using a different algorithm for a production application."
Don't create tutorials with vulnerabilities.