Home Documentation Tutorials Performance Tips and Tweaks
Performance Tips and Tweaks PDF Argraffu Ebost
Ysgrifennwyd gan Ivo Apostolov   
Dydd Mercher, 25 Ebrill 2007 23:18
NO TRANSLATION AVAILABLE

To enable menu module caching with Joomfish you will need to make a small modification to the Joomla caching code.

In

includes/cache/Lite/Function.php

 

replace :

function call()
{
$arguments = func_get_args();
$id = serialize($arguments); // Generate a cache id

with :

function call()
{
$arguments = func_get_args();
global $mosConfig_lang;
if (isset( $mosConfig_lang)) $arguments[] = array('mosConfigLang'=>$mosConfig_lang);

$id = serialize($arguments); // Generate a cache id
 

0 Comments

Add Comment

Joom!Fish 2.0 RC download

Selected Contributors

From the Joom!Fish Core team (Alex, Geraint, Ivo & Robin) a big thank you to all the people of the JoomFish community!
Special thank's for testing, good suggestions, translations and forum moderation to:

  • Tommy White for the cute logo design
  • Bernhard, Michael, Luc, Olivier, Robin, Rune, Akarawuth
  • Harri <aka tassu> for moderation

Recommended Reading

Buy Joomla! 1.5 with directshopper