Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38181, comment 15


Ignore:
Timestamp:
10/07/2016 02:54:42 AM (9 years ago)
Author:
jsepia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38181, comment 15

    initial v1  
    11We 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.
    22
    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.
     3I 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.
    44
    55Replying to [comment:14 dd32]: