This is still happening. I just 
opened https://github.com/golang/go/issues/27057 to track it.

On Thursday, June 7, 2018 at 9:58:26 PM UTC-7, Chris Broadfoot wrote:
>
> Should be fast again now. I'm not sure what happened, but it appears the 
> site search index was missing for a previous deploy.
>
> If godoc starts without a prebuilt search index, it scans $GOPATH to build 
> a new index. That's pretty slow on Google App Engine, and by the time it 
> would finish indexing the instance might have been killed. While it's 
> indexing, it's presumably using a lot of I/O and CPU, slowing down user 
> requests.
>
> I've redeployed it, and it seems fast again (with search index present). 
> We're going to look into why the deploy was bad when performed from my 
> colleagues' machines. (We're also re-working the deploy scripts and moving 
> them into the open-source repos.)
>
> On Thu, Jun 7, 2018 at 4:26 PM, Shawn Milochik <shawn...@gmail.com 
> <javascript:>> wrote:
>
>> I've been experiencing this myself lately.
>>
>> This is a great opportunity to remind everyone that you can run godoc 
>> locally. For example:
>>     godoc --http=:8000
>>
>> This will run it at http://localhost:8000/ for your convenience. It's 
>> even better than the public one because it's guaranteed to be your version, 
>> and it will show all your local packages as well. ^_^
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golang-nuts...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to