Add mention of small optimization possibility in show_notification() - refs BT#7680

1.10.x
Yannick Warnier 10 years ago
parent 7fca2d6189
commit 986b580236
  1. 3
      documentation/optimization.html

@ -375,6 +375,9 @@ or
$platform_email['SMTP_MAILER'] = 'mail';
</pre>
In fact, the complete loading of mail.conf.php can also be avoided if loaded conditionally (with <i>require_once</i>) when sending an e-mail (which is the only case where it is useful).
<p>
As an additional node, on very active portals with a lot of courses for each users, the icons that appear next to the courses illustrating changes in the corresponding course might be heavyweighted. You can alter slightly the behaviour by not querying for notifications you don't care about, like dropbox, notebook or chat. Change this in main/inc/lib/display.lib.php, in function show_notification().
</p>
<hr />
<h2><a name="9.xsendfile"></a>Speeding file downloads with mod_xsendfile</h2>
<p>It might have come to your attention that file downloads through Chamilo might get slow, under default conditions, in particular using Apache 2.</p>

Loading…
Cancel
Save