List pages generation and other functions problems March 05, 2021, 07:29:07 PM Hi!If I generate a List page with many rows and many columns, the generation is very slow. I think it would be better if the generation was done through a variable (for example: $current_record), with concatenation rather than 'echo' commands. This would speed up the display. Also, I could suggest changing the 'echo' command to 'return' for some functions (for example: page_link, or Html::page_img). Quote Selected