(ezc): generate only requested frames

This commit is contained in:
2024-07-07 22:10:29 +02:00
parent b2f4c065ea
commit 2490e2cc68
7 changed files with 28 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ void insert_page_run(Info & i)
info.run_content.clear();
InitGenerator(info.ezc_gen, cur->request->models);
InitGenerator(info.ezc_gen, *cur->request);
info.ezc_gen.SetPattern(*pat);
info.ezc_gen.Generate(info.run_content);
ItemContent::print_content(i.out, info.run_content.get_buffer(), info.item.item_content.content_raw_type, config->html_filter);