Explorar o código

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

Yannick Warnier %!s(int64=10) %!d(string=hai) anos
pai
achega
986b580236
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      documentation/optimization.html

+ 3 - 0
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>