BUG: Duplicate Queries
-
Hi. I found this issue by use this plugin, please install to check detail
https://ww.wp.xz.cn/plugins/query-monitor/update_option()2 calls
Core1 call
Plugin: clearfy 1 call
wp_schedule_event() 1 call
wp_unschedule_event() 1 callThanks
-
Hi. How are you doing? Have you check the bug?
Here is what i found in inspect element also:The resource from “https://www…plugins/clearfy/libs/factory/bootstrap/assets/flat/css/bootstrap.classicgrey.css?ver=4.8.3” was blocked due to MIME type mismatch (X-Content-Type-Options: nosniff).[Learn More]
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-OptionsGET https://www…plugins/clearfy/libs/factory/bootstrap/assets/flat/css/bootstrap.classicgrey.css [HTTP/2.0 404 Not Found 1495ms]
=======
Header respond some collect infor:
x-content-type-options nosniff
Accept text/css,*/*;q=0.1
Accept-Encoding gzip, deflate, br
Accept-Language en-US,en;q=0.5
Connection keep-alive
User-AgentMozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0Hi,
in my source code there is no such file (bootstrap.classicgrey.css)! Please check your site with antivirus software!Make a copy of the Clarify plugin and send me a link to download your copy so that I can analyze this code for security reasons.
Hi.
Please take a look at screenshot. I tested deactive your plugin, then everything fine back right the time
http://www.mediafire.com/view/2ti1qc69ebca2xb/issue_clearfy-1.PNG
http://www.mediafire.com/view/skgm08u2o26wq7m/issue_clearfy-2.PNGI go to search file (bootstrap.classicgrey.css) in public_html, but i not found
In backend, i search “clearfy” and install/active direct on wordpress admin backend. Here is .zip plugin installed
http://www.mediafire.com/file/60x7rwemfm6a706/clearfy.-issue.zipMaybe you can search classicgrey or classic in your project?
In which page (admin or frontend) on the site did you profile requests?
Plugin that you sent does not contain such a file name. But I want to know why this problem arises.
Thank you for reporting the error!
Hi @webcraftic
Sorry for delay, somehow i did not see your respond.
The issue as screenshot appear everywhere.
I search and found “classgrey”. It come from .php file of another plugin code as bellow.
I tried to deactive bellow plugin, but the issue as screenshot still same. The issue only gone when i deactive your plugin.https://ww.wp.xz.cn/plugins/grey-admin-color-schemes/
/*
|>>>>>>>>>>> Register color schemes
*/
function GACSAddColorSchemes()
{
wp_admin_css_color( ‘classicgrey’,
__(‘Classic Grey’, ‘grey-admin-color-schemes’),
plugins_url(“/colors.css”, __FILE__ ),
array( ‘#111’, ‘#111’, ‘yellow’, ‘#21759B’ ) );
}
add_action( ‘admin_init’ , ‘GACSAddColorSchemes’ );Hi,
Well, I’ll try to fix it in a new update!
Thanks for debug report!Hi,
Problem is solved in new version of the plugin. Please update.I did not have time testing yet, but after all support, i would send a thanks as donate by now and maybe again in feature usefull update. Thank for develop.
Confirmation number transaction: …..3922. I hope you receipt it.
Hi,
Thank you very much for donat, it’s very nice!
I am try to help you, if possible. Let me know if you have any problems.What is your native language?
-
This reply was modified 8 years, 6 months ago by
webcraftic.
-
This reply was modified 8 years, 6 months ago by
webcraftic.
-
This reply was modified 8 years, 6 months ago by
The topic ‘BUG: Duplicate Queries’ is closed to new replies.