Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hi. I am looking for advice regarding my scenario. I have a large amount of data in a single table (timeseries data) that I could obtain in 1 query. My table is set up as a date (for the time series) and then many many columns.
I have set up a single query then linked many graphs to this table. If I have 10 graphs using this table, in it's entirety (with, say all 11 columns), is it loaded only 1 time or 10 times (once for each graph)?
If it is 10 times, or once per graph, would I see faster load times by linking only the data I need for a graph into a data table and create 10 corresponding data tables instead of one?
Hello Andrew
If you actually have 10 charts (10 different shortcodes), you can load them all on the same page. The loading time will increase, though, as each chart is generated by an admin-ajax call, so each call takes some time.
Since they're coming from an SQL query based table, the speed would be the same if you use 10 different tables or just one. Maybe it's even better to use just this one table, because the amount of admin-ajax calls would be decreased.
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
Thank you Aleksander, this is helpful. I will continue to use just one table and link multiple charts to it in order to minimize load time.
You're welcome Andrew
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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