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...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...Fixing DNF annoyances in CentOS/RHEL: usability or bandwidth. Choose your destiny
by Danila Vershinin, April 17, 2020
How to fix DNF metadata refresh bug using dnf-makecache and changes to dnf.conf. Make package installs fast again with a simple tweak
Read More...How to install the Better Brotli NGINX module in Plesk for CentOS/RHEL 7 or 8
by Danila Vershinin, March 28, 2020
How to enable Brotli compression in Plesk for CentOS 7 or CentOS 8
Read More...How to add Lua scripting power to your NGINX in under one minute
by Danila Vershinin, March 27, 2020
How to add fast LuaJIT scripting to your NGINX
Read More...