php-meminfo icon indicating copy to clipboard operation
php-meminfo copied to clipboard

PHP extension to get insight about memory usage

Results 40 php-meminfo issues
Sort by recently updated
recently updated
newest added

- Display string value keeping only the first 50 characters - Display booleans, longs and doubles

So here's a top of summary table: ``` +------------------------------------------------------------+-----------------+-----------------------------+ | Type | Instances Count | Cumulated Self Size (bytes) | +------------------------------------------------------------+-----------------+-----------------------------+ | string | 1494183 | 39037387 | | array...

These callables could be Closure, hence objects that take some space in memory.

enhancement

https://gist.github.com/insekticid/95b66b29f0ca6a55055b0be20337f41a

enhancement

Hi, I have memory leack in my workers. I have done [memory_get_usage()](http://php.net/manual/ru/function.memory-get-usage.php) on each iteration: 50183840 91469968 95433592 99533688 103630880 107729448 .. 378392128 Also I have done memory dump by...

This kind of tools would be cool: https://github.com/anvaka/pm

enhancement

In a lot of cases, providing the object list with only the class name is not sufficient. Identifying a specific instance could be needed. Even if there's no standard object...

enhancement

Hello, meminfo_info_dump lacks the value field to generate some useful reports, pls merge my pull request #29 (it contains the fix and tests from #30 issue) because without this fix...

enhancement