Badoo Tech Blog: https://tech.badoo.com/ru/
Double VS single quotes: https://habr.com/ru/company/alfa/blog/447416/
- Zabbix https://www.zabbix.com/
- Grafana https://grafana.com/
- Prometheus https://prometheus.io/
- Munin http://munin-monitoring.org/
- Nagios https://www.nagios.org/
- Cacti https://www.cacti.net/
- PINBA http://pinba.org/
https://github.com/phacility/xhprof
https://github.com/badoo/liveprof/
# perf record --call-graph dwarf,65528 -F 99 -p $(pgrep php-cgi | paste -sd "," -) -- sleep 20
# perf report
https://github.com/adsr/phpspy
http://www.brendangregg.com/flamegraphs.html
# php -d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.opt_debug_level=0x20000 immutable.php
https://phpinternals.net/docs/is_array_immutable
Slides: https://drive.google.com/file/d/1Ar9kb7MM_iol6-Ne30sc5bWXSZS0R-RD/view?usp=sharing
Article with deeper coverage of the same topic: https://habr.com/ru/company/badoo/blog/430722/