diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0f0d67ce..7fd7682b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -879,6 +879,8 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE - Removed maximum limit for AYANOVA_REPORT_RENDERING_TIMEOUT setting (was 15 minutes), kept minimum 1 minute, updated docs +- Report rendering speed up optimization, found a way to that prevent a re-render in the browser that was happening due to style change + previously it appeared that the only option was adding style *after* generated html content but found a way that works to insert it *with* the html content so it prevents a render cycle