Find answers to frequently asked questions about Fasterize here.
Platform operation, support, best practices, and first steps:
this FAQ helps you understand how Fasterize fits into your ecosystem
and how to effectively address web performance and SEO challenges.
Find answers to frequently asked questions about Fasterize here.
Test the page without optimizations using the Fasterize extension or by accessing the source directly to check if the problem persists.
Read the article ➜5xx errors usually originate from the source. Check the server logs, infrastructure availability, and forward the requestID to support.
Read the article ➜Fallback mechanisms ensure direct access to the source in the event of an incident on the Fasterize platform.
Read the article ➜X-fstrz headers indicate precisely which optimizations have been applied to a request (cache, exclusions, rules).
Read the article ➜To connect your site to Fasterize, you usually just need to edit the DNS record for the www subdomain.
| Subdomain | TTL | Type | Value |
|---|---|---|---|
| www | 3600 | CNAME | www.example.com.fasterized.com |
Note 1: The period (.) at the end of the value is required
but may be added automatically by your DNS provider.
Note 2: The TTL is for reference only and can be adjusted according to your configuration.
Collect key information (URL, time, requestID), check the platform status, and contact support if necessary.
Read the article ➜To connect your site, you must whitelist the platform's official IP addresses.
Read the article ➜When your site is hosted by Fasterize, your server no longer receives users' IP addresses directly, but rather the IP address of the Fasterize platform.
To work around this, Fasterize adds HTTP headers containing the actual IP address:
X-Forwarded-ForTrue-Client-IP
True-Client-IP contains the client's IP address directly, whereas
X-Forwarded-For lists the various IP addresses that relayed the request, with the first one being that of the browser.
True-Client-IP: 203.0.113.1
💡 In most cases,
True-Client-IPis the easiest to implement on the server side.
You must then configure your server (Apache, Nginx, Varnish, etc.) or your application to use these headers instead of the default source IP address.
Read the full, detailed article ➜Find answers to frequently asked questions about our EdgeSpeed and EdgeSEO products.
Frequently asked questions about EdgeSpeed: how it works, uses, web performance, cache, stability, and security.
Access the EdgeSpeed FAQ ➜Frequently asked questions about EdgeSEO: how it works, uses, technical SEO, EdgeSEO rules, and visibility management.
Accéder à la FAQ EdgeSEO ➜