humanmade / Mercator

WordPress multisite domain mapping for the modern era.
Other
520 stars 64 forks source link

Every anonymous user request creates an AJAX request #63

Open ericandrewlewis opened 8 years ago

ericandrewlewis commented 8 years ago

Every anonymous user request creates an AJAX request for SSO.

Will add more thoughts later, but this seems problematic for high-traffic sites.

rmccue commented 8 years ago

This is by design, so not sure there's any other way to handle it. This is also how WP.com SSO works FWIW (based on my observations at least, although I've not actually inquired about their approach).

Can you think of any better way to handle this? Would love to change if there's a better way.

danielbachhuber commented 8 years ago

This is also how WP.com SSO works FWIW (based on my observations at least, although I've not actually inquired about their approach).

Correct.

joiglifberg commented 8 years ago

@rmccue Shouldn't that be optional though?