Creating new article takes 30 seconds?

Anyone know why it should take 30+ seconds to create a new Article?
Nothing special just calling Admin::ContentController#new and
@article.save is taking 30 seconds to complete.

Gabriel

Le 30 sept. 2010 à 02:06, Gabriel W. a écrit :

Anyone know why it should take 30+ seconds to create a new Article?
Nothing special just calling Admin::ContentController#new and
@article.save is taking 30 seconds to complete.

Gabriel

Hi Gabriel,

Looks like Typo can’t send the pings and timeouts. Go to admin /
settings / write, uncheck the little checkbox, delete everything in the
URL list you don’t want to ping and save.

It should solve your issue.

Best regards

Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player
proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org

On 30/9/2010 10:35 AM, de Villamil Frédéric wrote:

It should solve your issue.

Ok, looks like it’s time to reintegrate my patch for sending pings in a
separate thread.

de Villamil Frédéric wrote:

Hi Gabriel,

Looks like Typo can’t send the pings and timeouts. Go to admin /
settings / write, uncheck the little checkbox, delete everything in the
URL list you don’t want to ping and save.

This worked. Thanks!

Gabriel