Server speed issues Server speed issues

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen

What to do when a server seems slowing down? What to check and how?

  • In the end, this is because of processess consuming CPU power
  • On the WordPress/WooCommerce server, the output of some monitoring routines is displayed upon logging in - E.g., sizes of navtrans database entries
  • top - Processes & resource consumption
  • sudo tail -f /var/log/apache2/access.log - Always insightful
  • sudo iptables -L -v -n - To see what's going on concerning crawlers.

See also