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.
#2363 - Change $zone parameter in build_url to default to '_SEARCH'
I've cleaned the API and some calls, but not all the module calls. This is because _SEARCH would find Comcode pages with the same names as modules, and we don't want to introduce such common conflict.
build_url\(array\('page' => '([^']*)'([^\(\)]*)\), get_module_zone\('\1'\)
-->
build_url(array('page' => '$1'$2), '_SEARCH'