Last Wednesday, we organized a competition in cup mode.
We had 64 slots and over 80 players tried to connect.
Finally we started the competition with 64 players.
The display on the screen and in the chat was very late.
That's all for introduction

Now the question : Which plugins are essential ?
My goal is to lighten up the server as much as possible.
My plugins.xml is :
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<plugins>
<!-- Required plugins -->
<plugin>plugin.manialinks.php</plugin>
<plugin>plugin.modescript_handler.php</plugin>
<plugin>plugin.checkpoints.php</plugin>
<plugin>plugin.map.php</plugin>
<plugin>plugin.local_records.php</plugin>
<plugin>plugin.rasp.php</plugin>
<plugin>chat.admin.php</plugin>
<plugin>chat.server.php</plugin>
<plugin>plugin.panels.php</plugin>
<!-- Optional plugins -->
<plugin>plugin.dedimania.php</plugin>
<plugin>plugin.welcome_center.php</plugin>
<plugin>plugin.tachometer.php</plugin>
<plugin>plugin.info_bar.php</plugin>
<plugin>plugin.stunt_messages.php</plugin>
<plugin>plugin.donate.php</plugin>
<plugin>plugin.rounds.php</plugin>
<plugin>plugin.round_points.php</plugin>
<plugin>plugin.round_autoend.php</plugin>
<plugin>plugin.mania_exchange.php</plugin>
<plugin>plugin.rasp_jukebox.php</plugin>
<plugin>plugin.uptodate.php</plugin>
<!-- Optional chat related plugins -->
<plugin>chat.help.php</plugin>
<plugin>chat.records.php</plugin>
<plugin>chat.rasp.php</plugin>
<!-- Optional Plugins which extend the functionality -->
<plugin>plugin.customize_quit_dialog.php</plugin>
<plugin>plugin.effect_studio.php</plugin>
<plugin>plugin.mania_karma.php</plugin>
<!-- <plugin>plugin.records_eyepiece.php</plugin> -->
</plugins>
Can i disable all the plugins in "optional" section ?
My goal is to be able to have around 100 players on the server without slowdown.
Thanks for reading me

PS : Uaseco version is 0.9.6