Changes between Initial Version and Version 1 of Ticket #38181, comment 15
- Timestamp:
- 10/07/2016 02:54:42 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38181, comment 15
initial v1 1 1 We understand the concerns around having to support multiple domains. Our primary reason for doing it this way was making sure that customers' requests are always directed to the nearest, fastest servers. 2 2 3 I was able to find a solution with my team that allowed us to remove the troublesome TLD matching logic. In order to make sure that WordPress customers don't experience overly high latency when embedding Kindle previews, we would like to maintain four different versions of the regex, each of one pointing to the dedicated endpoint for that region.3 I was able to find a solution with my team that allowed us to remove the troublesome TLD matching logic. In order to make sure that WordPress users don't experience overly high latency when embedding Kindle previews, we would like to maintain four different versions of the regex, each of one pointing to the dedicated endpoint for that region. 4 4 5 5 Replying to [comment:14 dd32]: