Unnecessary SQL in select filter using relations
I am using SelectFilter with preload, when the page loads the SQL is being executed, but the select does not show any data, so, every time you click on the select, it makes another call to the server and performs another SQL query, the same as the previous one.
Is there any way to avoid it?
Is there any way to avoid it?
