Alexander Guskov
Forum Replies Created
-
Hi,
have sent.The others slideshows show the similar delays.
- This reply was modified 1 year ago by Alexander Guskov.
Hi,
here is screenshot from query_monitor plugin rearing the issue:
https://forcesail.ru/files/2402021.jpghere are the list of the most long responding other requests (except your plugin), just to estimate how promt DB works:
https://forcesail.ru/files/2402022.jpgSo, the difference between the your plugin response time and the next the most long working selects (3 ones) is 10 times, and between others are 100 times. It’s too much.
I haven’t looked inside your plugin but I guest that you pass wp_query empty parameters too. Unfortunately, wp core don’t optimize parameters in wp_query and create SELECT like all parameters of wp_query are valuable (not nulls or empty strings). So it create select with a lot of unnecessary left joins.
If it so, there are 2 ways to optimize it is to fill wp_query (probably in wp_posts()) only with valuable parameters or create SELECT by yourself (that is much better)Sorry for the suggestions. Just hope to help you to make the plugin even better.
Hi Sumit,
I hope it will clarify the issue:
https://forcesail.ru/files/1521051.mp4I promise to keep doing my best to help you to improve the plugin.
Hello Sumit,
to my regret I have to report that css that you advised doesn’t affect at all.
The style sheet that I use is here^
forcesail.ru/wp-content/plugins/ag-qmn/qmn_forcesail.cssIt had been one of your’s until I adjusted it to the site design many versions ago.
Hello Sumitsanadhya,
many thanks for your co-operation.I mean very simple disabling a question for outputting it to frontend to users. So, it still exists in a quiz for admins but not for users.
In some cases admin understands that he needs to edit the question and it takes time but quiz is already in production mode, so he mark it as disabled and edit it. It can takes days.
If he just unlink this question from quiz he is not able to edit it at all because a screen to edit questions outside of quiz doesn’t exists in the plugin. Any way, both availabilities would be useful.
I see it as the checkbox in question edit box, somewhere next to “required”.
Hi Sumitsanadhya,
I can’t reproduce the issue stable. It happens sometimes when I have a few wp admin screens opened and edited the same time (a few quizzes, posts and pages).
I’ll be keeping trying to investigate this issue for you better.
Another similar issue you can see here:
https://forcesail.ru/tests/sails-stream/It’s absolutely the same quiz as others (1 question per page, comments after, contact details after, even created cloning one of existing.
Just it has just 1 question (it doesn’t work at all without any question). (I’n identifying this way that it’s coming soon)Dear Sumitsanadhya,
Thank you for the advice. It helps but produce another issue: it changes the sequence of loading CSS files, so user-defined/theme css that used to overlap the common css now works in opposite direction: common css overlaps the user-defined/theme. It means that all user-defined/theme css should be revised.
It’s the huge work for everyone plugin users!Hi Sumitsanadhya,
I’m happy to provide you all necessary information. Just specify what should be included in the video that doesn’t visible on screenshots.
Hi Sumitsanadhya,
Thank you for the clarifying the algorithm. But it seems that rules #1 and #3 don’t work properly.
Dear Sumitsanadhya,
The screenshots are here:
https://forcesail.ru/files/2401171015.jpg
https://forcesail.ru/files/2401171016.jpgRemind that this issue replicates only if “Questions Per Page” > 0 (I found it when =1)
There is no plugin conflicts on the site neither any kind of devils themes ot plugins. All is very basic.
I need to remind you that recently we discussed (and you fixed) very similar issue (See issue #2 in the second comment to that post):
https://www.ads-software.com/support/topic/button-start-on-comment-screen/That time issue came from div initially appeared without “display:none;” that got it with adding class in JS later. You added style=”display:none;” in php and the problem resolved. Now I don’t have time to investigate your php but I believe that it’s something similar.
Hello Sumitsanadhya,
I believe the video screenshot will clarify the issue. Pay attention on s13-s14 – it should be there and it’s not there when I change Questions Per Page” to 0
https://forcesail.ru/files/125358.mp4Thank you, Mialewp.
But actually if you enqueued scripts and styles from cf7mls_multistep_shortcode_callback() it would event better for performance.
Many thanks for all.
Forum: Plugins
In reply to: [Redirection for Contact Form 7] To allow to change GET url params namesHi,
Still pray to be made.