-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
-
Look for things like repeated method calls like getting the same item from container by calling the get method (change to getting that item once and assigning it to a variable if it is not the type of container item that a new instance is returned on every call to get on the container)
-
Look into using open telemetry and the likes to profile a fresh install of an app by this framework to see where code can be optimized
- https://opentelemetry.io/
- https://opentelemetry.io/docs/getting-started/dev/
- https://tideways.com/the-6-best-php-profilers
- https://tideways.com/
- https://blackfire.io/
- https://xdebug.org/
- https://github.com/longxinH/xhprof
- https://github.com/wikimedia/php-excimer
- https://last9.io/blog/best-php-apm-tools/
- https://www.scoutapm.com/agents/php-monitoring
- https://www.zend.com/products/z-ray
- https://sematext.com/
- https://miniprofiler.com/
- https://pinpoint-apm.github.io/pinpoint/
- https://pcp.io/
- https://last9.io/blog/datadog-pricing-all-your-questions-answered/
- https://www.stagemonitor.org/
- https://www.appsignal.com/
- https://raygun.com/platform/apm
- https://www.site24x7.com/help/apm.html
- https://www.atatus.com/
Reactions are currently unavailable