I have a page that takes 10 seconds to load, in the page there is a table that is hidden using custom CSS .wpdt-c .wpDataTablesWrapper table {display: none !important;}, the table has 11.000 rows and 5 columns that is loading from a csv file. In the same page there is a wpDataCharts with "Follow enable filtering" enabled. What do you recommend to speed up the loading, is it better to move to a database ?
It definitely would be better to import this table, so it's saved as a "manual" table, and added to the database.
The plugin, in this case, uses server-side processing and loads only the rows currently present on the page, making the page load significantly shorter.
Hi
I have a page that takes 10 seconds to load, in the page there is a table that is hidden using custom CSS .wpdt-c .wpDataTablesWrapper table {display: none !important;}, the table has 11.000 rows and 5 columns that is loading from a csv file. In the same page there is a wpDataCharts with "Follow enable filtering" enabled. What do you recommend to speed up the loading, is it better to move to a database ?
KR
Raffaele
Hello Raffaele.
It definitely would be better to import this table, so it's saved as a "manual" table, and added to the database.
The plugin, in this case, uses server-side processing and loads only the rows currently present on the page, making the page load significantly shorter.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables