diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8493bfd4..0281db7d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -253,17 +253,8 @@ TODO: 1 BETA DOCS: --- - - todo: is there memory able to be freed up in getreport data as it's caching a lot during generation that could be used by rendering engine? - todo: are the reports fully efficient in memory usage and allocation? - sorting into second collection doubles size? - am I sending the data twice into the page (thought I saw that somewhere) - examine the dispatch report and see if there are efficiencies in memory usage / performance - - 1 todo: add the caching technique to *all* the other getreportdata methods as was done with workorder -- 1 todo: check reporting code, is caching being freed before report generation starts? - also is report getting multiple copies of data??