Чем отличаются нативные сессии PHP от сессий Laravel – подробнее в статье.
https://iwasherefirst2.medium.com/how-do-laravel-sessions-work-7b65d74a79a6
https://iwasherefirst2.medium.com/how-do-laravel-sessions-work-7b65d74a79a6
Medium
Laravel sessions vs PHP session
PHP comes with a native way to handle sessions. Laravel is using its own. This article explains how.
Ищем самые медленные запросы в Laravel приложении.
https://laravel.io/articles/how-to-find-the-slowest-query-in-your-application
https://laravel.io/articles/how-to-find-the-slowest-query-in-your-application
Разбираемся, как работает воркеры очередей в Laravel.
https://divinglaravel.com/queue-workers-how-they-work
https://divinglaravel.com/queue-workers-how-they-work
Frank De Jonge, автор Flysystem, рассказывает о том, какие типы событий бывают в event-driven системах.
https://blog.frankdejonge.nl/the-different-types-of-events-in-event-driven-systems/
https://blog.frankdejonge.nl/the-different-types-of-events-in-event-driven-systems/
Советы по оптимизации гидрации объектов в Doctrine ORM от Окрамиуса.
https://ocramius.github.io/blog/doctrine-orm-optimization-hydration/
https://ocramius.github.io/blog/doctrine-orm-optimization-hydration/
ocramius.github.io
Doctrine ORM Hydration Performance Optimization
Hydration is the most expensive operation performed by Doctrine ORM: how do we prevent it from killing our applications?
👍1
Сложное объяснение основ устройства индексов в Postgres для тех, кто хочет глубже разобраться в теме.
https://patshaughnessy.net/2014/11/11/discovering-the-computer-science-behind-postgres-indexes
https://patshaughnessy.net/2014/11/11/discovering-the-computer-science-behind-postgres-indexes
👍2
Создание API с использованием TDD в Laravel
https://laravel.io/index.php/articles/building-an-api-using-tdd-in-laravel
#API #Laravel #Testing
👉 @php_lib
https://laravel.io/index.php/articles/building-an-api-using-tdd-in-laravel
#API #Laravel #Testing
👉 @php_lib
👍2
Обнаружение проблем n+1 через лотерейный подход, то есть запускаем проверку не каждый раз, а с некоторым шансом. Также как сделана в Laravel очистка сессий.
https://timacdonald.me/introducing-lazy-loading-prevention-into-an-existing-laravel-application/
👉 @php_lib
https://timacdonald.me/introducing-lazy-loading-prevention-into-an-existing-laravel-application/
👉 @php_lib
👍1