Project

General

Profile

Feature #2045

Updated by Bernhard Koschiček-Krombholz 10 months ago

*Improved pre request time* 
 * Optimized Type.get_all() SQL (improvement for every call) 
 * Optimized Type.get_all() to only fetch counts where needed (improvement for many calls) 
 * Moved file stat functions from @__init__.py@ to where it is needed (improvement for many calls) 

 *Look into* 
 * recursive SQL statements 
 * compress output with gzip (client should decide if they want it) 

Back