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:
10
README.md
10
README.md
@@ -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
|
||||
-----------
|
||||
|
||||
|
Reference in New Issue
Block a user