Update:
Further testing with mobile phone via WiFi shows a problem.
While the page and its external resources (mostly images) does get retrieved and rendered as desired, much of the page arrives and then the browser hangs "busy" for a long, long time. An unacceptably long time.
If I wait long enough it completes but this isn't acceptable.
Here is part of a detailed log:
Code:
2 Pragma: no-cache
2012-09-07 21:27:51.68 3 GET /images/Readings/Color.gif HTTP/1.1
3 Host: 192.168.0.2:8081
3 Accept-Encoding: gzip
3 x-wap-profile: http://www.zte.com.cn/mobile/uaprof/ZTE-Z990.xml
3 x-att-deviceID: ZTE-Z990/Z990V1.0.0B18
3 Referer: http://192.168.0.2:8081/
3 Accept-Language: en-US
3 User-Agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ZTE-Z990 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
3 Accept: text/xml, text/html, application/xhtml+xml, image/png, text/plain, */*;q=0.8
3 Accept-Charset: utf-8, iso-8859-1, utf-16, *;q=0.7
3 Cache-Control: no-cache
3 Pragma: no-cache
2012-09-07 21:27:51.71 2 FINISHED SEND
2012-09-07 21:27:51.71 1 FINISHED SEND
2012-09-07 21:27:51.72 3 FINISHED SEND
################ OUCH, about a minute delay here! ##############
2012-09-07 21:28:51.71 1 GET /images/Readings/UtcTime.gif HTTP/1.1
1 Host: 192.168.0.2:8081
1 Accept-Encoding: gzip
1 x-wap-profile: http://www.zte.com.cn/mobile/uaprof/ZTE-Z990.xml
1 x-att-deviceID: ZTE-Z990/Z990V1.0.0B18
1 Referer: http://192.168.0.2:8081/
1 Accept-Language: en-US
1 User-Agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ZTE-Z990 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
1 Accept: text/xml, text/html, application/xhtml+xml, image/png, text/plain, */*;q=0.8
1 Accept-Charset: utf-8, iso-8859-1, utf-16, *;q=0.7
1 Cache-Control: no-cache
1 Pragma: no-cache
2012-09-07 21:28:51.72 1 FINISHED SEND
2012-09-07 21:28:51.77 1 GET /images/Readings/Temp.gif HTTP/1.1
1 Host: 192.168.0.2:8081
1 Accept-Encoding: gzip
1 x-wap-profile: http://www.zte.com.cn/mobile/uaprof/ZTE-Z990.xml
1 x-att-deviceID: ZTE-Z990/Z990V1.0.0B18
1 Referer: http://192.168.0.2:8081/
1 Accept-Language: en-US
1 User-Agent: Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; ZTE-Z990 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
1 Accept: text/xml, text/html, application/xhtml+xml, image/png, text/plain, */*;q=0.8
1 Accept-Charset: utf-8, iso-8859-1, utf-16, *;q=0.7
1 Cache-Control: no-cache
1 Pragma: no-cache
2012-09-07 21:28:51.78 1 FINISHED SEND
At some point everything pauses and then about a minute later "the dam bursts" and it finishes up.