Problem is related to performance, Run MySql Query Only When Required
-
Hi,
Recently i was monitoring queries. and found there is a problem.
The problem is 4 queries running at frontend side.
I think we need to run MySQL Query Only When Required. It fires queries when user in frontend.I have added a single piece of code and then the queries was gone. I have added the following code in delete-duplicate-posts.php
if( !is_admin() ) {
return;
}Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem is related to performance, Run MySql Query Only When Required’ is closed to new replies.