Archive for February 8th, 2008

HTML editors

Friday, February 8th, 2008

Compare embedded HTML editors. The Moodle one (html-area) is just not good. I think in the new Moodle the TinyMCE will be integrated (probably), which will be an improvement. HTML Area TinyMCE FCK editor

Very slow login Moodle

Friday, February 8th, 2008

got complaints that login to Moodle was very slow. Might be related to missing indexes on some tables. Coolness: I didn't know but there is a function in Moodle to check for missing indexes: misc -> XMLDB editor . Checks tables for missing indexes and generates SQL to repair. Turned out that ...

SQL Server Performance

Friday, February 8th, 2008

Seems that we have to get up to tracks with SQL Server and other MS tuning because our techie friends also couldn't get Moodle performing on a MS configuration. Stumbed across a nice website with performance tips etc. Moreover, found a tip from someone indicating running a successful WISP setup with PHP 5.1.6 . Check which PHP version TF are ...