Most of your traffic arrives from a social app and never leaves it. The page loads inside an embedded browser with its own rules about storage, sessions and scripts.
An embedded in-app browser looks like a normal one and behaves differently in the places that matter.
Embedded browsers isolate or discard storage, so a cart or login built on assumptions about persistence quietly does not persist. Flows are designed for that rather than around it.
Every shared link triggers preview crawlers fetching the page, often many times for one share. Those requests are served from cache rather than rendered.
A payment flow leaving an embedded browser may not return to the same context. The return is handled so the order is not orphaned.
Signed-in and checkout requests always reach the origin, and the Philippines is well served from within Asia.
Traffic is almost entirely mobile, so reducing round trips matters more than shaving payload.
Analytics shows a mobile browser. What is actually there is a webview inside a social app, with storage rules that break carts and logins in ways nobody can reproduce on a desktop.
Testing in a desktop browser measures an environment almost none of your visitors are using. The honest test is the webview inside the app they arrived from.
Almost every visitor arrives through a social app, which changes both the client and the traffic pattern.
| Setting | What we do | Why |
|---|---|---|
| Session handling | Built to tolerate isolated or discarded storage | Embedded in-app browsers restrict persistence, so a cart or login relying on it fails in a way that cannot be reproduced in a desktop browser. |
| Preview crawlers | Served from cache rather than rendered | A single share triggers repeated preview fetches, so link sharing generates origin load entirely separate from human visits. |
| Payment returns | Handled when the flow leaves and re-enters an app context | A redirect out of an embedded browser may not return to the same context, leaving a paid customer and an orphaned order. |
| Origin region | Asia rather than a distant origin | Signed-in and checkout requests always reach the origin, and those are the ones where distance is measurable. |
| Round trips | Reduced ahead of payload | Traffic is almost entirely mobile, so an additional sequential request costs more than the bytes it would have carried. |
Every plan includes free migration, daily backups, SSL and 24/7 support.
Move the site to an Asia origin — migration is free, in-app flows tested.