Hi,
Thank you for being happy with it π
Don’t draw conclusions too fast. There are some things in this plugin that are not optimised well. You are talking about the loading of the page, right? Not submitting an entry?
If so, I think it mostly has to do with database queries. Can you install the plugin Query Monitor and see if there are any slow queries?
Marcel thanks for the quick response! π
Yes the slowness concerns the loading of the message page.
I installed the QM plugin, it’s the first time I use it, do you think the queries are slow? I enclose a screenshot.
https://snipboard.io/8qTHyF.jpg
Hi Manu,
It doesn’t list slow queries, so that is something that is okay.
When you look in the right column Tempo, do you see any queries that are taking relatively a lot of time? I see one with 0,0059, but that is okay. If there are slower ones, that would be more interesting.
Marcel, for your benefit I ordered the field Tempo (Time, sorry) from the slowest! so the slowest is not so bad! ^_^’
do you have any other advice?
tnx
If it helps, I tried to temporarily delete the shortcut [gwolle_gb] from the Elementor field and the page loads quickly.
It seems that it’s just the plugin’s function that slows the page down.
Hi Manu,
I am not really sure where else to look.
In Query Monitor, is there something listed under Transient Updates?
There are 3 transient updates in this plugin, but they should only be updated every 24 hour, of if there is a new message.
Which PHP version are you on? It is best to be on a PHP 7.x version, they are twice as fast as PHP 5.6.
About transients, what happens if you remove this filter:
remove_filter( 'gwolle_gb_entries_list_before', 'gwolle_gb_get_total_entries', 8, 2 );
It will remove the total entries on top of the entries list.
In that same vain, you could also remove the admin toolbar in your profile and see if that makes a difference.
It feels a bit like stabbing in the dark now π
And on the top tab, Overview. Is it possible that you can share that screenshot? If it is too private, you can send it to my email at marcel@timelord.nl
Hi, Marcel,
I have done several tests during these days and have not solved anything, then this morning I updated to the latest version and now everything is back as fast as before!
Thank you so much for your support.
Manu
Strange π
I have no idea why things were slow before and fast now. There wasn’t much optimisation in the latest update. It might be that you ran a more old version.
Hope it stays this way and doesn’t come back to haunt us π
Have a good day,
Marcel
I do see the change for timeout spamfilter.
What might have happened before is that you have the page open for a day. Then when you hit refresh, it takes a long time to refresh the page.
Was that what happened?