Web Page Performance Test for
https://www.accesstochina.com/
Tester: Oxford -86.136.34.60
From: Select browser - Chrome - Chrome
04 Aug 2026, 11:24:40 local time
Full Optimization Checklist
Details
First Byte Time (back-end processing): 74/100
754 ms First Byte Time
500 ms Target First Byte Time
Use persistent connections (keep alive): 100/100
Use gzip compression for transferring compressable responses: 100/100
145.1 KB total in compressible text, target size = 145.1 KB - potential savings = 0.0 KB
Compress Images: 99/100
1,153.9 KB total in images, target size = 1,137.0 KB - potential savings = 16.9 KB
WARNING - (89.5 KB, compressed = 72.6 KB - savings of 16.9 KB) - https://www.accesstochina.com/images/banners/information/access-to-china-home.jpg
Use Progressive JPEGs: 0/100
0.0 KB of a possible 89.5 KB (0%) were from progressive JPEG images
FAILED (89.5 KB) - https://www.accesstochina.com/images/banners/information/access-to-china-home.jpg
Leverage browser caching of static assets: 100/100
Use a CDN for all static assets: 0/100
FAILED - https://www.accesstochina.com/templates/protostar/css/template.css?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/media/system/js/caption.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/media/jui/js/bootstrap.min.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/media/system/js/core.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/templates/protostar/js/template.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/templates/protostar/js/user.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/cache/tp_mod_easy_custom_code/mod_easy_custom_code_439.js?1784886729
FAILED - https://www.accesstochina.com/modules/mod_maximenuck/assets/maximenuck.min.js
FAILED - https://www.accesstochina.com/images/banners/information/access-to-china-home.jpg
FAILED - https://www.accesstochina.com/images/services/testing-services-650.png
FAILED - https://www.accesstochina.com/templates/protostar/css/user.css?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/images/services/chinese-name-server-store-v8-1-650.png
FAILED - https://www.accesstochina.com/images/services/chinese-website-hosting-v4-1-650.png
FAILED - https://www.accesstochina.com/images/services/dynamic-website-platform4-650.png
FAILED - https://www.accesstochina.com/images/services/chinese-wechat-v4-1-650.png
FAILED - https://www.accesstochina.com/images/services/chinese-data-server-v4-1-650.png
FAILED - https://www.accesstochina.com/cache/tp_mod_easy_custom_code/mod_easy_custom_code_442.css?1784886729
FAILED - https://www.accesstochina.com/cache/tp_mod_easy_custom_code/mod_easy_custom_code_442.js
FAILED - https://www.accesstochina.com/images/ATC-Logo.png
FAILED - https://www.accesstochina.com/media/jui/fonts/IcoMoon.woff
FAILED - https://www.accesstochina.com/templates/protostar/favicon.ico
FAILED - https://www.accesstochina.com/cache/tp_mod_easy_custom_code/mod_easy_custom_code_439.css?1784886729
FAILED - https://www.accesstochina.com/cache/tp_mod_easy_custom_code/mod_easy_custom_code_97.css?1784886729
FAILED - https://www.accesstochina.com/modules/mod_maximenuck/themes/custom/css/maximenuck_maximenuck377.css
FAILED - https://www.accesstochina.com/media/jui/js/jquery.min.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/media/jui/js/jquery-noconflict.js?68414ce3318359194df321e4b7dafd5f
FAILED - https://www.accesstochina.com/media/jui/js/jquery-migrate.min.js?68414ce3318359194df321e4b7dafd5f
Glossary:
| First Byte Time | Applicable Objects | Time to First Byte for the page (back-end processing + redirects) |
|---|---|---|
| What is checked | The target time is the time needed for the DNS, socket and SSL negotiations + 100ms. A single letter grade will be deducted for every 100ms beyond the target. | |
| Keep-Alive | Applicable Objects | All objects that are from a domain that serves more than one object for the page (i.e. if only a single object is served from a given domain it will not be checked) |
| What is checked | The response header contains a "keep-alive" directive or the same socket was used for more than one object from the given host | |
| GZIP Text | Applicable Objects | All objects with a mime type of "text/*" or "*javascript*" |
| What is checked | Transfer-encoding is checked to see if it is gzip. If it is not then the file is compressed and the percentage of compression is the result (so a page that can save 30% of the size of it's text by compressing would yield a 70% test result) | |
| Compress Images | Applicable Objects | JPEG Images |
| What is checked | Within 10% of a photoshop quality 50 will pass, up to 50% larger will warn and anything larger than that will fail. The overall score is the percentage of image bytes that can be saved by re-compressing the images. |
|
| Use Progressive JPEGs | Applicable Objects | All JPEG Images |
| What is checked | Each JPEG image is checked and the resulting score is the percentage of JPEG bytes that were served as progressive images relative to the total JPEG bytes. | |
| Cache Static | Applicable Objects | Any non-html object with a mime type of "text/*", "*javascript*" or "image/*" that does not explicitly have an Expires header of 0 or -1, a cache-control header of "private", "no-store" or "no-cache" or a pragma header of "no-cache" |
| What is checked | An "Expires" header is present (and is not 0 or -1) or a "cache-control: max-age" directive is present and set for an hour or greater. If the expiration is set for less 7 days you will get a warning. If the expiration is set for less than 1 hour you will get a failure. This only applies to max-age currently. | |
| Use A CDN | Applicable Objects | All static non-html content (css, js and images) |
| What is checked | Checked to see if it is hosted on a known CDN (CNAME mapped to a known CDN network). 80% of the static resources need to be served from a CDN for the overall page to be considered using a CDN. The current list of known CDN's is here |