dzo4emkd
New member
- Jul 13, 2022
- 10
- 10
- 3
Yes but No result forum only works with a valid license.Does anyone have https://www.No result forum/ plugin?
Child theme haven't been modified since March 2022.can you share child-theme 1.6 beta 2 sir?
Can you share the untouched version to see if we can get it nulled?Yes but No result forum only works with a valid license.
I've already been sent it, it's completely obfuscated code. It can't be nulled.Can you share the untouched version to see if we can get it nulled?
thank you, that was super fast1.6 nulled
only modified file is functions.php for license activation. If you want I can upload untouched version if you would like to inspect filesthank you, i hope you don't put misc scrips![]()
I find it hard to believe that this 1 query is causing any performance issues. It is a very simple query and it shouldn't be a problem. Maybe your hosting is using outdated and slow hardware. If possible, use Redis object cache to speed up queries and remove slow and reprated communication between SQL.Performance Issues with query license.
I used Query Monitor to audit the query, and found that the query:" _transient_timeout_bricks_license_status_" caused performance issues.
On a small scale no problem. But every time there is a visit, each page (both frontend and backend), check and calls this query.
I know this function, located at:
- functions.php
- and license.php
of Bricks folder for copyright registration.
I can't delete this query. Because after deleting, it reappears.
Please help me: is there any way to make this query dont call and still keep the copyright.
Thanks for helping
If you'll be having 1000 concurrent users you surely won't use 1 vCPU. You are going to need a lot more cores and a lot more PHP workers.Performance Issues with query license.
I used Query Monitor to audit the query, and found that the query:" _transient_timeout_bricks_license_status_" caused performance issues.
On a small scale no problem. But every time there is a visit, each page (both frontend and backend), check and calls this query.
I know this function, located at:
- functions.php
- and license.php
of Bricks folder for copyright registration.
I can't delete this query. Because after deleting, it reappears.
Please help me: is there any way to make this query dont call and still keep the copyright.
Thanks for helping
Note: Redis Cache can't cache this query. Each call, it takes 0.002s. Estimate: when have 1000 hit, it takes 2s, on its own