I’m currently living in Japan and spent the last couple of week in the USA. While I was there I used a sim card in my iPhone that used the cellular data from T-Mobile. I’ve never had any issues running my website using the cellular networks in Japan, but couldn’t get my website to run on the cellular network in America. It worked without any issues over wifi.
I tested what I could while in America and couldn’t seem to find any issues with my website, it seemed to be an issue with the mobile network. Would this problem be related to any javascript that I have in my website?
After doing some research I found a post of someone talkng about having a similar issue and that it was solved with a no transform php:
header("Cache-Control: no-transform");
Would adding this to each of my webpages help to solve the issue?
My website
If anyone has any adivce on how to help solve this issue and about how I can check to see how it runs on the AT&T/T-Mobile network outside of America, it’d be much appreciated.
Morikoboshi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.