Hi,

The page load of sites of the same Drupal installation 7.19 took´s double time than the default language.
I stopped the page load with different browsers.
for example
The EN version of the page: 1 - 2 secs
The DE version of the page: 3 - 5 secs

Does anyone how i could fix this?

Kind regards,
Ron

Comments

ron_ron’s picture

Category: bug » support
jose reyero’s picture

Status: Active » Closed (works as designed)

For a lot of reasons (starting with locale module) default language is faster, specially if it is English. So this may be the natural result of the translation layer working on top of the rest of Drupal.

How slower? Well, that I don't know so if you want to provide some benchmarks that would be welcomed for documentation. Seeing memory usage would be interesting too.
Also try the site just with locale, without any i18n module enabled and that should be slower too.

Marking 'work as designed' unless we can identify some module / query / etc that is specially slower.