Re: [google-appengine] Custom Domain much slower than $PROJECT_ID.appspot.com

2018-08-10 Thread James Kozianski
Ah, yes, that does seem to be the case. That is unfortunate.

Thanks for the link.

On Fri, Aug 10, 2018 at 12:20 AM Ani Hatzis  wrote:

> Hi James,
>
> I believe you are affected by a known issue
> . Last status was that
> they are working on it, but no ETA.
>
> On Thu, Aug 9, 2018 at 3:41 PM James Kozianski 
> wrote:
>
>> Hi,
>>
>> I've set up a custom domain for my service and I find that when accessing
>> the service via that domain it is significantly slower than accessing it
>> via its $PROJECT_ID.appspot.com address. I have determined that it's not
>> an issue with DNS as the difference in latency is still there when using
>> the resolved IP addresses directly.
>>
>> The slowdown is very noticeable: it varies from 2x to 10x slower on the
>> custom domain, and the delay occurs in the period between the connection
>> being established and the first byte being sent.
>>
>> Also note my app engine service is running in Sydney.
>>
>> Is it possible I've misconfigured something? My DNS is CNAMEd to
>> ghs.googlehosted.com, but it seems to me that using custom domains for
>> routing is simply really slow. Is there anything I can do to improve the
>> latency here?
>>
>> Cheers,
>> James
>>
>> --
>>
> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>
>
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/78aa47f9-eb0c-4fb2-ab5d-94f678b205bd%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/sjp9LRzmPH0/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CALdDuQ5js4_eH5waG1gbe7%3DjkMrSS%2BL5v3mJOtQ-d6cBiiVjfg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOrgo%2BKs4TNawfSyZF88i5TL7atHoGnQ29ory1CA0LfVD5qOTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Custom Domain much slower than $PROJECT_ID.appspot.com

2018-08-09 Thread Ani Hatzis
Hi James,

I believe you are affected by a known issue
. Last status was that
they are working on it, but no ETA.

On Thu, Aug 9, 2018 at 3:41 PM James Kozianski  wrote:

> Hi,
>
> I've set up a custom domain for my service and I find that when accessing
> the service via that domain it is significantly slower than accessing it
> via its $PROJECT_ID.appspot.com address. I have determined that it's not
> an issue with DNS as the difference in latency is still there when using
> the resolved IP addresses directly.
>
> The slowdown is very noticeable: it varies from 2x to 10x slower on the
> custom domain, and the delay occurs in the period between the connection
> being established and the first byte being sent.
>
> Also note my app engine service is running in Sydney.
>
> Is it possible I've misconfigured something? My DNS is CNAMEd to
> ghs.googlehosted.com, but it seems to me that using custom domains for
> routing is simply really slow. Is there anything I can do to improve the
> latency here?
>
> Cheers,
> James
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/78aa47f9-eb0c-4fb2-ab5d-94f678b205bd%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALdDuQ5js4_eH5waG1gbe7%3DjkMrSS%2BL5v3mJOtQ-d6cBiiVjfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Custom Domain much slower than $PROJECT_ID.appspot.com

2018-08-09 Thread James Kozianski
Hi,

I've set up a custom domain for my service and I find that when accessing 
the service via that domain it is significantly slower than accessing it 
via its $PROJECT_ID.appspot.com address. I have determined that it's not an 
issue with DNS as the difference in latency is still there when using the 
resolved IP addresses directly.

The slowdown is very noticeable: it varies from 2x to 10x slower on the 
custom domain, and the delay occurs in the period between the connection 
being established and the first byte being sent.

Also note my app engine service is running in Sydney.

Is it possible I've misconfigured something? My DNS is CNAMEd to 
ghs.googlehosted.com, but it seems to me that using custom domains for 
routing is simply really slow. Is there anything I can do to improve the 
latency here?

Cheers,
James

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/78aa47f9-eb0c-4fb2-ab5d-94f678b205bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.