Bricks Builder - Build WordPress Sites That Rank

Bricks Builder - Build WordPress Sites That Rank v1.12.3

No permission to download

tothai

New member
Jul 22, 2022
5
5
3
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
 
Last edited:

domba

Active member
Dec 28, 2020
64
170
33
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
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.
 

domba

Active member
Dec 28, 2020
64
170
33
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
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.
And if you can, you can always use full page caching for pages which are static so they don't call that "problematic" 0.002s query. That is like 2 milliseconds. I can't understand why that bother you. And that 2 milliseconds won't be there if you are using full page cache on frontend. On backend you also won't notice 2 millisecond because you're not a robot and blink of an eye is way longer than 2 milliseconds. Google says 100-150 milliseconds.
 

Forum statistics

Threads
69,481
Messages
909,912
Members
239,735
Latest member
jasonli

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu