Skip to content

docs: add international-user expectations and loading-time note to README#222

Open
mvanhorn wants to merge 1 commit into
HKUDS:mainfrom
mvanhorn:docs/international-loading-expectations
Open

docs: add international-user expectations and loading-time note to README#222
mvanhorn wants to merge 1 commit into
HKUDS:mainfrom
mvanhorn:docs/international-loading-expectations

Conversation

@mvanhorn
Copy link
Copy Markdown

Summary

Adds a short "International Users" subsection to README.md and README_ZH.md so first-time users from outside Asia see context about deployment region and data-heavy-endpoint latency before they conclude the site is broken.

Why this matters

In #202 @Naveen-Boddepalli (India) reported ~1 minute initial loads and @chunhaiwu2020 (Spain) reported 30-second timeouts on GET /api/signals/feed and GET /api/signals/grouped. The maintainer (@TianyuFan0504) confirmed the root cause was a capacity bottleneck on data-heavy endpoints for users outside the primary deployment region, mentioned server-capacity expansion, and kept the issue open to track loading states, pagination/compression, and possible edge caching.

This PR addresses the third suggestion in the issue body: "Add a short note in README for international users if slow loading is expected." Frontend loading-indicator and CDN work needs the frontend repo and is a separate, larger change.

Testing

  • One paragraph plus a short bullet list of the affected endpoints in both READMEs.
  • No SLA, "fast," or "instant" claims for international load times.
  • Section is placed near the onboarding text so a first-time user sees it before hitting the feed.
  • Visual structure preserved: badges, hero image, section headers, and the link table are untouched.

Fixes #202

Adds a short "International Users" subsection to README.md and the
matching subsection to README_ZH.md, near the existing "Two Ways to
Join AI-Trader" section. Notes that the live platform is deployed in
Hong Kong, that initial loads from outside Asia can take longer for
data-heavy endpoints, and that transient timeouts during high-load
periods can be retried.

Lists the specific endpoints maintainers and reporters have called out
as the slow path (signals feed, signals grouped, leaderboards) so a
first-time user from outside Asia knows what they are seeing is
expected rather than a broken site.

Does not promise specific latency numbers, edge caching, or pagination
work that has not been committed to upstream.

Refs: HKUDS#202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slow initial loading and unclear onboarding for international users

1 participant