Skip to main content

Magento 1.x cron jobs setup


by Danila Vershinin, February 27, 2016

Magento cron jobs Make sure to setup Magento cron jobs properly: */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=default */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=always Add the lines above to the crontab of the user that is running your Magento site. It is important to run Magento cron jobs via cron.sh […]

Read More...

NGINX Remove Query Parameters: Complete Guide


by Danila Vershinin,

This guide shows you how to use NGINX remove query parameters techniques to clean up URLs. Query strings like gclid, utm_source, and fbclid clutter URLs and hurt SEO. They also reduce cache efficiency and create a poor user experience. With tested configurations that work in production, you can strip unwanted tracking codes from your URLs. […]

Read More...

Solved: Varnish 4 “Internal Server Error 500”


by Danila Vershinin,

Why Varnish returns “Internal Server Error 500” Once you done writing your VCL for Varnish 4, you may not be aware that it silently fails with 500 Internal Server Error for some requests. Most likely, the reason is client workspace overflow. When you run varnishlog and watch for requests, you will see: “LostHeader” and “workspace_client […]

Read More...

Generate CSR for SSL certificates FAST


by Danila Vershinin, January 13, 2016

This handy Bash script will help you to quickly create Certificate Signing Requests for your SSL certificates

Read More...

Varnish static files stream


by Danila Vershinin, November 19, 2015

Caching large static files in Varnish is not efficient for storage. Let’s use streaming in Varnish 4!

Read More...

How to configure swap file on CentOS, Ubuntu and other Linux OS


by Danila Vershinin, October 17, 2015

When physical RAM is not enough for the system to handle its routines, Swap comes to the rescue. Let’s find out how to configure swap file on a CentOS VPS.

Read More...

Varnish: do we have to cache static files?


by Danila Vershinin, October 14, 2015

Varnish is a great caching solution to speed up any website
But does it need to cache static files which are already fast to deliver?

Read More...

Fix slow SSH and DNS in CentOS 6


by Danila Vershinin, September 6, 2015

Slow SSH can be a pain to work with. We have insight on the causes of slow SSH as well as quick fixes to make it faster

Read More...

Server Email Setup


by Danila Vershinin, July 14, 2015

Setup email on your server without too much hassle!

Read More...

Recommended VPS hosts in 2015


by Danila Vershinin,

List of recommended VPS hosts in 2015, reviewed by GetPageSpeed team

Read More...