OPTIMIZATION - Optimize Your Forum
This modification has been installed on my forum, and I think that the speed of loading pages has reduced ... Half! Afterwards, it depends:
- Your Server
- The number of people "on the server
- Other
in common.php :
FIND
Quote:
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
and AFTER, ADD
Quote:
@ini_set('register_globals',0);
@ini_set('variables_order','GPC');
@ini_set('register_argc_argv',0);
@ini_set('expose_php',0);
@ini_set('default_socket_timeout',10);
@ini_set('allow_url_fopen',0);
Happy New Year 2008
Corleone.