You are not logged in.

1

Wednesday, March 21st 2018, 9:25pm

Domain sharding for tiles?

Is there a way to configure krpano to load tiles from an array of different domains, like tiles1.example.com, tiles2.example.com, tiles3.example.com? This is known as "domain sharding" and should allow browsers to load tiles more quickly.

https://blog.stackpath.com/glossary/domain-sharding/

2

Wednesday, March 28th 2018, 11:39pm

Hi,

no, that's currently not possible - but I had to admit that's already on my list since the first 1.17 pre-release with the multires-support. That means such feature will be added, but I don't know when yet. But if loading will be really faster is another question, there is also the image-decoding and the webgl-texture uploads to respect. That loading itself isn't all.

Best regards,
Klaus

3

Thursday, March 3rd 2022, 1:06pm

Hi,

no, that's currently not possible - but I had to admit that's already on my list since the first 1.17 pre-release with the multires-support. That means such feature will be added, but I don't know when yet. But if loading will be really faster is another question, there is also the image-decoding and the webgl-texture uploads to respect. That loading itself isn't all.

Best regards,
Klaus
Hi Klaus, has anything changed with domain sharding, is it implemented in Krpano 1.20.11 i tried to find it on Forums but didn't have any luck...

Thanks!

4

Thursday, March 3rd 2022, 4:52pm

Hi,

that's possible by using the customParseTilePath API:
https://krpano.com/docu/plugininterface/#customParseTilePath

Here an example:
https://krpano.com/examples/#custom-tile-urls

Best regards,
Klaus