Tag fields (potentially other field types as well; untested) with queries execute that query every 10 seconds while the page in question is open in the panel. With slightly more complex queries (e.g. when using ->index()) this can lead to a measurable increase in server load.
Expected behavior
The query should not be executed repeatedly.
To reproduce
Install a fresh Starterkit (3.7 is fine, as this is not a new issue)
Description
Tag fields (potentially other field types as well; untested) with queries execute that query every 10 seconds while the page in question is open in the panel. With slightly more complex queries (e.g. when using
->index()
) this can lead to a measurable increase in server load.Expected behavior
The query should not be executed repeatedly.
To reproduce
tag
field in thenote
blueprint as follows:site/logs/alltags.log
Your setup
Fresh Starterkit 3.7.5 (also present after updating to 3.8.0-rc.1)