1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-01 12:10:13 +02:00

Performace chapter related to multiple domains.

This commit is contained in:
Petr Pridal
2012-08-12 16:36:19 +02:00
parent 754de66927
commit edce8b391b

View File

@@ -122,6 +122,16 @@ GetTile RESTful/KVP:
Another example requests are mentioned in the .htaccess.
Performance from the web clients
--------------------------------
It is highly recommended to map several domain names to the service, such as:
http://a.example.com/, http://b.example.com/, http://c.example.com/.
This can be done with DNS CNAME records pointing to your hosting.
The reason for this is that traditionally browsers will not send more then two
simultaneous http request to the same domain - with multiple domains for the
same server you can better saturate the network and receive the maps faster.
Performance
-----------