-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
just profiled a codebase via phpstan and blackfire tells me that the classes using most memory are from PHP-Parser.
I am pretty sure you already optimized the hell out of this classes/package, so I just leave this here in case you missed an oportunity. feel free to close if things are already optimal.
a blackfire profile can be found in https://blackfire.io/profiles/6422c219-e7d5-43b1-8f85-ab4fb9b8faa5/graph (I guess the link will not work forever)
I guess the most relevant part (memory wise) is:
php vendor/bin/phpstan --version
PHPStan - PHP Static Analysis Tool 0.12.7
php --version
PHP 7.2.27-6+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Feb 5 2020 16:52:29) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.27-6+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
with blackfire v1.30.0~linux-x64-non_zts72, https://blackfire.io, by Blackfire
Metadata
Metadata
Assignees
Labels
No labels