• Jérome Perrin's avatar
    xhtml_style: drop useless CachingMethod · 7f920b14
    Jérome Perrin authored
    This function have evolved to something very trivial not accessing anything from database, so caching this no longer really makes sense, also the cache keys are really big.
    
    On a quick benchmark of calling ERP5Site_getTabList 10000 times:
    with cache: ERP5Site_getTabList took 12.961781
    without cache: ERP5Site_getTabList took 5.395873
    7f920b14
ERP5Site_getTabList.py 2.92 KB