Skip to main content
Topic: List pages generation and other functions problems (Read 754 times) previous topic - next topic

List pages generation and other functions problems

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).