fbpx

How to log and fix slow PHP requests


by Danila Vershinin, June 5, 2020

How to troubleshot slow PHP requests using PHP-FPM slow log facility. Common reasons for a slow PHP request and ways to fix it

Read More...

NGINX Security Headers, the right way


by Danila Vershinin, May 31, 2020

How to add NGINX security headers without configuration pitfalls and in a consistent way that will make your website safe for visitors

Read More...

Do not run pip as root


by Danila Vershinin, May 28, 2020

Why you should never run pip as root and what to do instead. How to install PyPi Python apps in a safe way, using pip-safe

Read More...

Magento and ElasticSearch? How about Sphinx!


by Danila Vershinin, May 15, 2020

How to set up Magento 2 with the fast and efficient Sphinx search engine for a better memory and CPU footprint of your installation

Read More...

How to properly configure your home network on CentOS/RHEL


by Danila Vershinin, May 10, 2020

How to properly configure your home network on CentOS/RHEL

Read More...

Wirelessly connecting your Sony PS3 Controller to a CentOS/RHEL Linux system


by Danila Vershinin, May 3, 2020

How to wirelessly connect your PS3 game controller to a CentOS/RHEL system for playing video games or controlling media playback in media apps

Read More...

How to deal with a huge Magento 2 database


by Danila Vershinin, April 29, 2020

Cleanup huge Magento 2 database with simple SQL queries and/or do it regularly via cron.

Read More...

Install NGINX RTMP module in CentOS/RHEL or Amazon Linux


by Danila Vershinin, April 22, 2020

How to install and enable NGINX RTMP module in CentOS/RHEL or Amazon Linux. Quick instructions to empower your NGINX with streaming capabilities

Read More...

How to fix ‘Consumer “async.operations.all” skipped as required connection “amqp” is not configured. Unknown connection name amqp’ in Magento 2


by Danila Vershinin, April 20, 2020

How to fix ‘Consumer “async.operations.all” skipped as required connection “amqp” is not configured. Unknown connection name amqp’ in Magento 2

Read More...

Magento 2: same-server deployment with reduced downtime


by Danila Vershinin, April 19, 2020

Discover how to drastically reduce downtime during Magento 2 updates with our guide on using a shadow directory. This approach allows you to carry out updates and static assets deployment without affecting your live site.

Read More...