One more thing.. can you suggest me..
I am using GoDaddy Cpanel, and I have installed cache plugin in my website. Should I write this code in config.php
('OSC_CACHE', 'memcache');
$_cache_config[] = array('default_host' => '127.0.0.1', 'default_port' => 11211, 'default_weight' => 1);
Or any other code.. or I don't need to write any code?
Thanks in advance.