Performance & Best Practices
-
Hi,
I have noticed the bigger the data source file, the worse the performance of pages created in MPG becomes, I mainly mean page load speed here, I assume that when the file is big it will take time to search or sort.Unfortunately, I can’t find in the documentation or in here anything helpful regarding this, so here are my questions hoping to get some help.
Let’s say the data source file contains in the range of 100k to 400K rows,
1- What would be the better option, uploading the data file, or using google sheets?
2- Which format is better and faster: .CSV or .xlsx?
3- Does splitting the file into multiple files, each as a project, help with performance or makes it worse?
4- If splitting helps, approximately, how many rows per file is optimal? 5k or 10k ..etc?
5- caching to DB vs Disk? which is faster? I assume to disk since it will become like a static page, but I could be wrong!
6- any other plugins, or ways that might help with performance?Thanks
The topic ‘Performance & Best Practices’ is closed to new replies.