Hi everyone,
I am successfully using the Plugin SQL Connector (it’s great and really fast!).
I just have an easy question: is it possible to keep track of how many times a query is called? For the sake of stats (and to better understand how many concurrent connections I will have to handle) I would like to know how many queries are called by even user. Do you think this is possible?
My queries are all ‘called’ just inside RG and not as actions, so I don’t see a way to set up a counter to update every time the query is executed.
Extra: when is the query executed? When the RG is loaded? When page is reloaded? Every time I have a change in a parameter? Is it called again if I e.g. ‘go to previous page’ where my RG was displayed?
Thanks!
Carlo