OPTIMIZATION - Optimize Your Forum


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.

Profile PM  
Subject: Re: Optimize Your Forum
Thanks for the info!

Moving to docs section....

Profile PM  
Subject: Re: Optimize Your Forum
Thanks for these settings... even if not all servers support them.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5467s (PHP: 6% SQL: 94%)
SQL queries: 16 - Debug Off - GZIP Enabled