OPTIMIZATION - Optimize Your Forum »  Show posts from    to     

Icy Phoenix


Documentation And How To - OPTIMIZATION - Optimize Your Forum



Corleone [ Tue 01 Jan, 2008 17:21 ]
Post subject: 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.


novice programmer [ Tue 01 Jan, 2008 21:26 ]
Post subject: Re: Optimize Your Forum
Thanks for the info!

Moving to docs section....


Mighty Gorgon [ Tue 08 Jan, 2008 22:17 ]
Post subject: Re: Optimize Your Forum
Thanks for these settings... even if not all servers support them.




Powered by Icy Phoenix