We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1897 - Search correction suggestions for misspellings
My research shows actually PHP's pspell extension is based on aspell (which replaced pspell), but that actually pspell has not been maintained for a few years and is replaced largely by hunspell.
Therefore I'm going to overhaul all the spellchecking we do to go through a new mini-library and let it use either the pspell PHP extension, or the enchant PHP extension (which supports hunspell and other spell checkers). We will drop support for calling aspell executables directly as this was always horrendous/unreliable and made a mess of our spellchecking code. Plus the code was inherited and heavily modified from a WYSIWYG editor we don't even use now, so was poorly integrated with our overall architecture. Every decent host should have either the PHP pspell or enchant extensions. Arvixe has pspell.
My research shows actually PHP's pspell extension is based on aspell (which replaced pspell), but that actually pspell has not been maintained for a few years and is replaced largely by hunspell.
Therefore I'm going to overhaul all the spellchecking we do to go through a new mini-library and let it use either the pspell PHP extension, or the enchant PHP extension (which supports hunspell and other spell checkers). We will drop support for calling aspell executables directly as this was always horrendous/unreliable and made a mess of our spellchecking code. Plus the code was inherited and heavily modified from a WYSIWYG editor we don't even use now, so was poorly integrated with our overall architecture. Every decent host should have either the PHP pspell or enchant extensions. Arvixe has pspell.