From ae5a8c7cfa88ef6d80a6a31856fdac9169c1c3fc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 22 Sep 2025 11:02:53 +0200 Subject: [PATCH] Add page loading warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be6d4fbd..61d551cb 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ yarn dev Once the server is running, visit http://localhost:3000 to start using the app. You can sign up and visit the profiles; you should see a few synthetic profiles. +Note: it's normal if page loading locally is much slower than the deployed version. It can take up to 10 seconds, it would be great to improve that though! + ### Contributing Now you can start contributing by making changes and submitting pull requests!