Home Documentation Tutorials Performance Tips and Tweaks
Performance Tips and Tweaks PDF Print E-mail
Written by Ivo Apostolov   
Wednesday, 25 April 2007 23:18
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 RC1 Public Release

Joom!Fish 2.0 RC1 will be available to the public after
Join the Joom!Fish Club and get it now.

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

Ads by Google