Joomla.it Forum

Componenti per Joomla! => Gestione sito multilingua => : mpigio 03 Dec 2008, 20:40:50

: Plugin Joomfish rallenta fino al timeout
: mpigio 03 Dec 2008, 20:40:50
Lavoro con J 1.5.8 e Joomfish 2.0 RC1 senza problemi sul server locale ma da quando ho pubblicato sull'host il sito è piantato a causa del plugin di joomfish, infatti se lo disattivo va che è un amore. Ho provato anche ad aumentare il memorylimit sul configuration ma non è cambiato nulla.

Altri consigli?

Grazie 1000
: Per gli italiani
: mpigio 18 Dec 2008, 14:13:59
Dal sito inglese mi hanno risposto così e sembra funzionare, vi tengo aggiornati!

The problem is caused by non-optimal database indexes. We have fixed this for the Joomfish final release.

You can add the indexes running the following queries:

:
ALTER TABLE `#__jf_content` ADD INDEX `combo` ( `reference_id` , `reference_field` , `reference_table` );
ALTER TABLE `#__jf_content` ADD INDEX `jfContent` ( `language_id` , `reference_id` , `reference_table` );
ALTER TABLE `#__jf_content` ADD INDEX `jfContentLanguage` (`reference_id`, `reference_field`, `reference_table`, `language_id`);
: Re: Plugin Joomfish rallenta fino al timeout
: mpigio 07 Jan 2009, 19:07:48
Nulla ha rallentato di nuovo...

Sapete se è possibile spegnere la cache di Joomfish?