Re: Viewing Postgres website from China

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Viewing Postgres website from China
Date: 2017-10-13 05:02:00
Message-ID: 8747BF9C-0879-462B-BD9B-AE070696A416@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 12 Oct 2017, at 20:12, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
>
> On 10/12/2017 06:11 PM, Bruce Momjian wrote:
>> As you might know, China blocks Google web addresses in their
>> country-wide firewall. Unfortunately, our website hangs for me when
>> I access this PG URL from China:
>> https://www.postgresql.org/list/
>> It hangs reading information from ajax.googleapis.com. Eventually it
>> times out and displays the page, but it takes a few minutes. Any use of
>> that page, like viewing search result detail, also delays.
>> This affects anyone in China without an external VPN trying to access
>> our email archives web page. Any reasonable idea if this can be
>> improved? Thanks.
>
> Yep,
>
> The problem is here:
>
> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
>
> This is arguably a bad idea in general and we should probably host these ourselves.

Well, I think calling commonly used CDNs a bad idea "in general" is stretching
it a bit thin. That being said, not being available in China makes it a no-go
and we should host it ourselves as we already do on the commitfest app.

cheers ./daniel

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2017-10-13 08:03:19 Re: Viewing Postgres website from China
Previous Message Joshua D. Drake 2017-10-13 03:12:31 Re: Viewing Postgres website from China