php-memory-profiler
Laravel
Our great sponsors
php-memory-profiler | Laravel | |
---|---|---|
2 | 201 | |
738 | 29,138 | |
- | 1.3% | |
3.1 | 9.9 | |
2 months ago | 7 days ago | |
C | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
php-memory-profiler
-
Plotting the memory of a PHP process with Gnuplot š
I learned a lot in the process, but also noticed the nice memory graphs in the video and figured it would be hard to troubleshoot anything if I didn't have them. When using php extensions such as BenoĆ®t's or Arnaud Le Blanc's to take a snapshot of the memory, it's great to think about the most appropriate moment to take that snapshot in order to capture the memory leak you might be hunting. Sure, you can use Monolog's MemoryUsageProcessor to that end, but I thought it would be more useful to get something a bit more āØvisualāØ.
-
Having memory leaks on testing?
Maybe give https://github.com/arnaud-lb/php-memory-profiler a try. Til you actually track down the leak, you're asking someone else to go down this rabbit hole for a contrived scenario.
Laravel
-
Laravel TrustProxies with multiple proxies
This issue seems to be related: https://github.com/laravel/framework/issues/25684
-
Tracking the Fake GitHub Star Black Market
Taylor Otwell lol.. He has some pretty dope cars in his garage and is doing well.
I follow him on GitHub, and pay for some of his products. I have been heavily influenced by his coding styles, and the tools he uses. His code just looks so tight and perfect. He writes his stuff so open ended and reusable that he basically writes a method once, and then reuses it across numerous projects.
Look at this tight code: https://github.com/laravel/framework/blob/10.x/src/Illuminat...
Iād say that Adam Wathan is rapidly growing his influence as well, and is probably doing alright too.
-
Version 10.3.1 was a fun little fright ...
The only major release bug I can think of was back in 5.7 with the correct auth middleware not being applied: https://github.com/laravel/framework/issues/25446
-
Package for injection of config values
Ps. I have created a similar discussion here: https://github.com/laravel/framework/discussions/46227
-
Password_verify() always return(ed) true with some hash.
Laravel: https://github.com/laravel/framework/blob/10.x/src/Illuminate/Hashing/AbstractHasher.php
- Any context on why Flysystem for S3 was gutted in Laravel 9?
- Laravel Pipeline for JS
-
[LARAVEL] How do I switch redis queue driver from polling redis to subscribing to redis instead?
the title really. I've been monitor my website CPU usage, 99% of it boils down to queue workers polling the redis. Browsed the web in seek of someone who's stumbled accross same problem, but to no avail. The only related thing I'd found is this github link: https://github.com/laravel/framework/discussions/40657 which is just "curious" and yet nobody chipped in with ideas/answers.
-
PHP in 2023
> Symfony is a great piece of software. So is Laravel.
And to be clear, Laravel is a piece of Symfony software.
There are 13 Symfony dependencies in https://github.com/laravel/framework/blob/9.x/composer.json alone, and many of the Laravel packages listed in there also depend on them; the Laravel Request class extends Symfony\Component\HttpFoundation\Request, the Response class extends Symfony\Component\HttpFoundation\Response, etc.
What are some alternatives?
octane - Supercharge your Laravel application's performance.
nuxt3-supabase - Nuxt 3 module and composables for Supabase.
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project
Nextcloud - āļø Nextcloud server, a safe home for all your data
fingerprintjs - Browser fingerprinting library. Compared to Fingerprint Pro has limited accuracy (40 - 60%), but is fully open source.
ProxiTok - Open source alternative frontend for TikTok made using PHP
bref - Serverless PHP on AWS Lambda
Laravel-Pagebuilder - A drag and drop pagebuilder to manage pages in any Laravel project.
evercookie - Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash cookies (LSOs), HTML5 storage, SilverLight storage, and others.
laravel-ffmpeg - This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
turbo-laravel - This package gives you a set of conventions to make the most out of Hotwire in Laravel.
Brick\Money - A money and currency library for PHP