Introduction

GoToFast is a global web performance platform that accelerates your website through edge caching, smart CDN routing, and real-time optimization — without requiring any changes to your code or infrastructure.

What is GoToFast?

GoToFast sits between your origin server and your users. When a visitor requests your site, GoToFast serves the response from the nearest edge node in our 47-location network. If the response is cached, it's delivered in milliseconds. If not, GoToFast fetches it from your origin, caches it intelligently, and serves it — all transparently.

Note: GoToFast works with any web technology — static sites, WordPress, Next.js, Django, Rails, custom APIs, and more. If it serves HTTP/HTTPS, GoToFast can accelerate it.

Quick Start

Get your first site on GoToFast in under 2 minutes:

# 1. Install the GoToFast CLI
npm install -g @gotofast/cli

# 2. Authenticate
gotofast login

# 3. Add your site
gotofast site add yourdomain.com

# 4. Update your DNS CNAME
# yourdomain.com → cdn.gotofast.net

Core Features

🌐 CDN & Caching

Serve assets from 47 edge nodes worldwide with intelligent cache rules.

🧠 AI Preloading

Predictive cache warming based on real user navigation patterns.

🔒 DDoS Shield

Automatic L3/L4/L7 attack mitigation with zero configuration.

📊 Analytics

Real-time Core Web Vitals, bandwidth, and geographic reports.

API Overview

The GoToFast REST API gives you programmatic access to all platform features. All requests require an API key passed in the Authorization header:

curl https://api.gotofast.biz/v1/sites \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Rate Limits

PlanRequests / minBurst
Starter60100
Pro6001,000
EnterpriseUnlimitedUnlimited

Support

If you run into issues, check our status page first, then reach out via support@gotofast.biz or join our Discord community.