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...
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
Comment #1
blinkingtwelve commentedThanks 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?
Comment #2
blinkingtwelve commentedAs this is such a serious issue I pushed it into 6.x-2.0-beta4 without waiting for your results.
Comment #3
evil_cz commentedSorry, 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 ;-/
Comment #4
blinkingtwelve commentedAll 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.
Comment #5
blinkingtwelve commentedThis 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.