I am in the process of building some tables but am finding that as soon as I get above 10 columns the table takes a very long time to be created and then a long time to load on the front end. I tried to build a table with 23 columns and it actually crashed. Is there anything I can do to prevent this happening as I will require this sort of size table for at least one aspect of my project.
Can you please send me the sql version of this file or zip so I can import it to my database and try to see the performance.
When you have a complex queries like that our suggestion is to make a VIEW in phpmyadmin or any other database management system. If the query is returning the desired result you can use that query (SELECT * FROM VIEW) as an input when creating tables from Add from data source option.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
Can you please tell me is it possible for you to provide me phpmyadmin credentials so I can take a look something in the database and try to create a VIEW from your query because I thing the issue of the long loading page might be the in the query.
It can take this much time ( in this case 37seconds) in communication with the server when the query is this big.
I tried to make a view from your query but I get this error in the phpmyadmin ( attachment)
Because the query is complex and server needs some time to read the query that can be the reason why it takes too long to load and display the whole table on the page.
Also can you please tell me did you try to make a table from the 5th option in the table wizard. ( attachment 2)
I have been working on trying to get the tables to work as I want them for the last week and have come to a point where I need answers to some questions so I can decide on the best way forward. If you could help me with this I would really appreciate it.
1. At present as you have seen, the page with the tables on my website loads very slowly. Would the load speed be improved with either of the following:
a. Updating the version of mySQL to the newest version?
b. Upgrading the VPS that the website is being hosted on? If this would help, what specifically should I be upgrading? RAM, Drive etc.
2. It seems that when I select about 10 columns for my table, that this is the trigger for the table to load slowly. At the moment I only have 5 records in this custom post that the table is looking at. If I were to reduce the number of columns to say 7, the table would load in an acceptable speed. However, if there were 500 records and not just 5 would the loading of the table slow down? In other words is it the number of records or the number of columns that sets the table load speed?
I had to wait until the weekend to try the default theme as the site is a live site and this is an add on to the services. The change of theme made no difference to the load time, if anything it was a second or two longer using the 2016 theme compared to the live theme I am using.
On this basis, could you let me know the answers to the questions I raised, so I can speak to my client as to the best way forward.
a. Updating the version of mySQL to the newest version?
This is recommended to update the mySQL version, so yes.
b. Upgrading the VPS that the website is being hosted on? If this would help, what specifically should I be upgrading? RAM, Drive etc.
Let's try to see the current configuration that I listed below so we can know which settings are set for now.
2. In other words is it the number of records or the number of columns that sets the table load speed?
The loading speed depends on the number of the columns and the number of rows but in case you have less then 2000 rows try to turn off server side option.
Here is mine settings from the wpdatatable settings page
PHP Version
7.2.3-1+ubuntu16.04.1+deb.sury.org+1
MySQL Version
5.7.21
Zip extension
Installed
Curl extension
7.47.0
Also can you please tell me the values that you set for memory_limit, post_max_size, max_execution_time and max_input_time?
This is our set
memory_limit = 256M
post_max_size = 128M
max_execution_time = 300
max_input_time = 300
Other issue might be that maybe you hit your MySQL limit with the possible values from your table.
The mysql update should increase the performances of the loading so can you please do that and see the result.
About the number of the columns. We did not encountered with this issue but if you want I can try to make a table with more then 10 columns to see if the issue is with that number of columns.
As for the 10 columns I created a table with more then 10 columns ( attachment ) and it is working without any issue.
Now I am thinking maybe you hit the mysql limit for the number of characters with the column names but if that is the case you shouldn't be able to see the table at all.
Are there any more files that you can send me so I can import it to my database and try to recreate the issue.
Well my column meta names do have a lot of characters, but I tried picking the 14 shortest titles and that didn't make any difference. I am beginning to think this is a processor power issue which will be my next test.
Do you have pods installed on your machine. If so, I can send you the file and you could import it into your system and test it.
I am not sure of any other way, but pods is a free plugin. https://wordpress.org/plugins/pods/ and I am guessing that a number of users of your plugin will also be using pods, so it might be a handy accessory for your testing.
Thank you for the link. I spoke to my team about the pods public and some of their experience is that the pods plugin is heavily related to the server performance and it is very requirable.
Suggestion is to try to optimize the query but still there is a possible issue for server to "burn".
Literally took 2 months to resolve a ticket that really was never resolved. What are the memory requirements for this tool? I'm running into the exact same issues and I've tried modifying php.ini values.
Dear Sirs,
I am in the process of building some tables but am finding that as soon as I get above 10 columns the table takes a very long time to be created and then a long time to load on the front end. I tried to build a table with 23 columns and it actually crashed. Is there anything I can do to prevent this happening as I will require this sort of size table for at least one aspect of my project.
I look forward to hearing from you.
Kind regards
Ian
Hi Ian,
Thank you for your purchase.
Do you have any file so you can send me so I can try to reproduce the issue on my side.
Also this can be issue with the server performance so be sure to check that also.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian,
Can you please send me the sql version of this file or zip so I can import it to my database and try to see the performance.
When you have a complex queries like that our suggestion is to make a VIEW in phpmyadmin or any other database management system. If the query is returning the desired result you can use that query
(SELECT * FROM VIEW) as an input when creating tables from Add from data source option.
Hope this can help you.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
About the VIEW you can take a look at this link.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian,
Looking at the query i think the best option is a creating a VIEW.
So can you please try to do that and tell me the result.
Here is another link in case you need it to see how you can create it.
Also I was not able to access your site it is just loading.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
Can you please check this page and tell me the result.
Here is my result 2.61 seconds ( attachment)
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
Unfortunately I can not access your site again. It is still loading.
Can you please investigate that.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
I can access your site page but I can not access your WP dashboard at all. ( attachment)
Can you please tell me when is the best time to login to your site because it looks like there is some maintenance mode every time I am logged in.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
I logged in successfully now.
Can you please tell me is it possible for you to provide me phpmyadmin credentials so I can take a look something in the database and try to create a VIEW from your query because I thing the issue of the long loading page might be the in the query.
It can take this much time ( in this case 37seconds) in communication with the server when the query is this big.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
It looks like the "issue" is in the query.
I tried to make a view from your query but I get this error in the phpmyadmin ( attachment)
Because the query is complex and server needs some time to read the query that can be the reason why it takes too long to load and display the whole table on the page.
Also can you please tell me did you try to make a table from the 5th option in the table wizard.
( attachment 2)
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian,
This is the documentation about the 5th option.
Also we have a clients that are using almost 4-10 million entries without any issues.
Here is also a link where you can see how you can create large tables using mysql.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Bogdan,
I have been working on trying to get the tables to work as I want them for the last week and have come to a point where I need answers to some questions so I can decide on the best way forward. If you could help me with this I would really appreciate it.
1. At present as you have seen, the page with the tables on my website loads very slowly. Would the load speed be improved with either of the following:
a. Updating the version of mySQL to the newest version?
b. Upgrading the VPS that the website is being hosted on? If this would help, what specifically should I be upgrading? RAM, Drive etc.
2. It seems that when I select about 10 columns for my table, that this is the trigger for the table to load slowly. At the moment I only have 5 records in this custom post that the table is looking at. If I were to reduce the number of columns to say 7, the table would load in an acceptable speed. However, if there were 500 records and not just 5 would the loading of the table slow down? In other words is it the number of records or the number of columns that sets the table load speed?
Many thanks
Ian
Hi Ian,
Before I answer to your questions below can I suggest you, in testing purposes to try to change the theme and tell me the result.
Loading speed depends on the server performance so any upgrade ( if can be free) is recommended.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Bogdan,
I had to wait until the weekend to try the default theme as the site is a live site and this is an add on to the services. The change of theme made no difference to the load time, if anything it was a second or two longer using the 2016 theme compared to the live theme I am using.
On this basis, could you let me know the answers to the questions I raised, so I can speak to my client as to the best way forward.
I look forward to hearing from you.
Kind regards,
Ian
Hi Ian,
1.
a. Updating the version of mySQL to the newest version?
This is recommended to update the mySQL version, so yes.
b. Upgrading the VPS that the website is being hosted on? If this would help, what specifically should I be upgrading? RAM, Drive etc.
Let's try to see the current configuration that I listed below so we can know which settings are set for now.
2. In other words is it the number of records or the number of columns that sets the table load speed?
The loading speed depends on the number of the columns and the number of rows but in case you have less then 2000 rows try to turn off server side option.
Here is mine settings from the wpdatatable settings page
Also can you please tell me the values that you set for memory_limit, post_max_size, max_execution_time and max_input_time?
This is our set
memory_limit = 256M
post_max_size = 128M
max_execution_time = 300
max_input_time = 300
Other issue might be that maybe you hit your MySQL limit with the possible values from your table.
Let me know your setup.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Ian,
Everything seems good.
Can you please increase this values in your file
post_max_size = 128M
max_input_time = 300
And also try to update the PHP version to 7 or more.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian,
The mysql update should increase the performances of the loading so can you please do that and see the result.
About the number of the columns.
We did not encountered with this issue but if you want I can try to make a table with more then 10 columns to see if the issue is with that number of columns.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Ian,
No problem at all.
As for the 10 columns I created a table with more then 10 columns ( attachment ) and it is working without any issue.
Now I am thinking maybe you hit the mysql limit for the number of characters with the column names but if that is the case you shouldn't be able to see the table at all.
Are there any more files that you can send me so I can import it to my database and try to recreate the issue.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Bogdan,
Well my column meta names do have a lot of characters, but I tried picking the 14 shortest titles and that didn't make any difference. I am beginning to think this is a processor power issue which will be my next test.
Do you have pods installed on your machine. If so, I can send you the file and you could import it into your system and test it.
Kind regards,
Ian
Hi Ian,
Unfortunately I do not have installed pods on my machine.
Is there any other way that I can try to reproduce the issue on my side.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Bogdan,
I am not sure of any other way, but pods is a free plugin. https://wordpress.org/plugins/pods/ and I am guessing that a number of users of your plugin will also be using pods, so it might be a handy accessory for your testing.
Kind regards,
Ian
HI Ian,
Thank you for the link.
I spoke to my team about the pods public and some of their experience is that the pods plugin is heavily related to the server performance and it is very requirable.
Suggestion is to try to optimize the query but still there is a possible issue for server to "burn".
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Bogdan,
My plan is to upgrade the server next to see if that makes a difference.
I will keep you posted.
Kind regards,
Ian
Literally took 2 months to resolve a ticket that really was never resolved. What are the memory requirements for this tool? I'm running into the exact same issues and I've tried modifying php.ini values.