Hi,
First, thanks for making a nice and small maps api!
Also nice to host the files on a CDN, but the configuration isn't optimal for performance:
- GZip is turned off
- Using ETag will cause the client to send a request each time, and has other issues. It's better to use Expires with a date far ahead in time. If using Expires, ETag should be turned off.
We're not using the CDN. Just wanted to let you know about the performance issues.
Cheers,
Gregers