From 40a5227fffc2ff595ac4ac760807203618ff9b0e Mon Sep 17 00:00:00 2001 From: agneliutkiene Date: Fri, 20 Feb 2026 17:26:24 +0200 Subject: [PATCH] docs(best-practices): mention Hostinger as Node.js hosting option --- en/advanced/best-practice-performance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/advanced/best-practice-performance.md b/en/advanced/best-practice-performance.md index 887775c4d2..48771f1a2e 100644 --- a/en/advanced/best-practice-performance.md +++ b/en/advanced/best-practice-performance.md @@ -146,6 +146,7 @@ We also don't recommend using [domains](https://nodejs.org/api/domain.html). It ## Things to do in your environment / setup {#in-environment} Here are some things you can do in your system environment to improve your app's performance: +These practices can run on any Node.js-capable host, including managed platforms such as [Hostinger Web Apps Hosting](https://www.hostinger.com/web-apps-hosting). * [Set NODE_ENV to "production"](#set-node_env-to-production) * [Ensure your app automatically restarts](#ensure-your-app-automatically-restarts)