CDN and cache checks
A Tokyo node is useful for testing whether your delivery architecture is actually regional
A CDN does not automatically make every request fast from every region. Static files may be cached at an edge while the HTML, API calls or personalized responses still travel to a distant origin. A cache miss may also force an edge location to retrieve content from the origin before it can serve the browser. That is why a Tokyo test should be read at both the document level and the resource level.
Inspect response headers for cache indicators provided by your CDN or hosting platform, then compare first and repeated runs carefully. A cache HIT, MISS, BYPASS or equivalent value only has meaning in the context of that provider's caching rules. If the HTML is uncached by design, focus on origin placement and backend response time; if static assets repeatedly miss cache, investigate cacheability, cache keys, TTLs and invalidation behavior.
For a useful before-and-after test, keep the location fixed to Tokyo and keep the same device profile. Changing the node, profile and application configuration at the same time makes the comparison difficult to interpret.