#6004 added kernel and value fields as columns for Dirichlet characters, which means that we now have a bunch of database lookups and polredabs calls in rendering search results. It would be good to put these into a postprocessing step to reduce 50 database calls to 1 in order to speed up rendering search results. It's not clear whether the DB calls or the polredabs calls dominate; if the second, then there may not be a lot of value in adding this postprocessing step.
#6004 added kernel and value fields as columns for Dirichlet characters, which means that we now have a bunch of database lookups and polredabs calls in rendering search results. It would be good to put these into a postprocessing step to reduce 50 database calls to 1 in order to speed up rendering search results. It's not clear whether the DB calls or the polredabs calls dominate; if the second, then there may not be a lot of value in adding this postprocessing step.