Public pages are OK (no slow down), pages with restricted access (administration etc.) are very slow after using this module (6.x-2.0-beta2).
In my case about 15 seconds instead of 0.2 s...

Comments

blinkingtwelve’s picture

Priority: Normal » Critical
Status: Active » Needs review

Thanks for the report. There's a possible looping condition (DOS-your-own-server) when not using Curl. Could you please try this gtranslate.module from CVS?

blinkingtwelve’s picture

Assigned: Unassigned » blinkingtwelve
Status: Needs review » Fixed

As this is such a serious issue I pushed it into 6.x-2.0-beta4 without waiting for your results.

evil_cz’s picture

Sorry, I was away...

Test of linked file (http://drupalcode.org/viewvc/drupal/contributions/modules/gtranslate_lin...)
=> still very slow. ~10 seconds

Test of 6.x-2.0-beta4: still slow ;-/

blinkingtwelve’s picture

Status: Fixed » Needs review

All right. Interesting.
I think it's a problem with persistent HTTP connections, which make drupal_http_request() wait for default_socket_timeout seconds (as defined in php.ini) before returning any data.
Please try the gtranslate_links.module from CVS.

blinkingtwelve’s picture

Status: Needs review » Fixed

This is in 2.0-beta5, which many people have been using during the last two months without new bugs being filed, so I consider it fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.