fidoboy
Forum Replies Created
-
Also, when using the option to exclude from server cache the page is being completely displayed in light mode and after this, when it’s totally rendered into the browser it’s changed into dark.
When I enable that option then there is an error into the javascript console:
Uncaught (in promise) TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at Function.from (<anonymous>)
It comes from dark-mode.js
- This reply was modified 1 week ago by fidoboy.
Forum: Plugins
In reply to: [Cache Warmer] Scheduled warmup stopped workingI noticed in failed actions log this message:
action failed via Async Request: Unidentified action 12741217: we were unable to mark this action as having completed. It may may have been deleted by another process.
The hook is cache_warmer_process. May be it helps.
- This reply was modified 4 weeks ago by fidoboy.
Forum: Plugins
In reply to: [Cache Warmer] Scheduled warmup stopped workingIn my case there is scheduled actions in WordPress in the name of Cache Warmer. My cache_warmer_process_interval (I also have cache_warmer_fix_missing_intervals and cache_warmer_clear_old_actions) is scheduled every 22 hours, but the process is not being started. After I launch the initial warming process manually there is no more being created automatically.
Forum: Plugins
In reply to: [Cache Warmer] WP-CLI commands not workingUpdated and it seems to work fine. Let’s see with the scheduler issue…
Forum: Plugins
In reply to: [Cache Warmer] Scheduled warmup stopped workingI’m having the same issue. The warming process is not being scheduled anymore
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueWhen this plugin is active with a “smart block” or the “block any” modes, then there is troubles with the loopback and other necessary services that shouldn’t be blocked. It’s supposed than creating a rule to exclude calls to the own domain this shouldn’t happen, but it doesn’t. The plugin is interferring in some way because there is no troubles as soon as I deactivate it.
- This reply was modified 6 months, 2 weeks ago by fidoboy.
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueI’ve noticed something weird. When I change from “smart block” to “only log http requests” then the error changed:
Error:?cURL error 28: Operation timed out after 5002 milliseconds with 0 bytes received
So the timeout is not the same. There is clearly something that this plugin is interfering with the requests when they shouldn’t be blocked
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueWhat do you think @veppa ?
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueThat may work if there is a fast response before the plugin filter timeout but doesn’t work in other case. There is no way right now to make a hole into the plugin filter to let pass the local domain or any other being specified.
That’s why I’ve suggested to add a new check box or whatever to allow bypassing the filter and to avoid the timeouts like it happened to me.
In my case I’m using a cache warmer plugin and it stops working as soon as I enable the smart block in HTTP requests plugin.
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueThe message displayed into the HTTP requests manager log is this:
“Error: cURL error 28: Operation timed out after 2003 milliseconds with 0 bytes received”
and there is also a
“allow: domain: https://www.whatever.com – allow in: everywhere”
into the same entry. So this is a wrong behavior from the HTTP requests manager plugin.
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueThis is a great enhancement but it’s not enough. Because the 3s rule still works in smart mode even if there is a bypass rule. For example requests to my own domain, being excluded with a “exclude all” rule, are timing out however because the smart blocking.
You should add at least another checkbox to the create rule form to allow the call always avoinding this way the timeouts. There are some task that takes more than three seconds and that are being blocked right now by the plugin.
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Is this a bug?I can’t reproduce it right now and unfortunately I deleted the log. But the error contains only the message that I’ve posted before and the built SQL query
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Is this a bug?See attached images:
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Is this a bug?Yes, you are right. That’s why I used the word “alias” because it’s an aliased name for a dynamic query, not a real database table name. The issue is that I was not sure about if it’s an alias being used by Better Search plugin or not. If it’s, then there is possibly a bug when constructing the query because a missing parenthesis