WPIntell

Source evidence

plf_queryvars

Plugin Load Filter · support · 2022-11-01T17:00:00+00:00

complaintsentiment
mediumseverity
0.86relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Vulcain unresolved
When doing this query: SELECT option_name, length(option_value) AS option_value_length FROM be8cqhi_options WHERE autoload=’yes’ ORDER BY option_value_length DESC LIMIT 10; the first value is plf_queryvars The option_value of plf_queryvars in wp_options is huge with autoload yes. So it slow down the site instead of making it faster. How to clean this plf_queryvars or how to configure better the plugin to avoid this? Thanks for the report. The data size of plf_queryvars may be large, as you pointed out. But I haven’t come up with any good ideas so far to reduce the data size! Careful consideration must be given so that other processes are not affected. It may take some time, but we will consider taking some action to make the loading time a little faster. The data in the plf_queryvars option was storing unnecessary data, so I removed it to reduce its size. Ver4.0.11 has been released, so please try it. Wow, I had 178kb on autoload in the plf_queryvars and now less than 3kb with the vars and options. Good job, you have now the best plugin. On thing, try to add the word “disable plugins” somewhere in your description because this is the keyword I use to find such plugins and yours was quite difficult to find in the repository.

Comments

3 shown
enomoto celtislab 2022-11-02T02:27:00+00:00

Thanks for the report. The data size of plf_queryvars may be large, as you pointed out. But I haven’t come up with any good ideas so far to reduce the data size! Careful consideration must be given so that other processes are not affected. It may take some time, but we will consider taking some action to make the loading time a little faster.

enomoto celtislab 2022-11-10T05:03:00+00:00

The data in the plf_queryvars option was storing unnecessary data, so I removed it to reduce its size. Ver4.0.11 has been released, so please try it.

Vulcain 2022-11-18T13:10:00+00:00

Wow, I had 178kb on autoload in the plf_queryvars and now less than 3kb with the vars and options. Good job, you have now the best plugin. On thing, try to add the word “disable plugins” somewhere in your description because this is the keyword I use to find such plugins and yours was quite difficult to find in the repository.