I’m looking for a way to log slower queries.
I do not find anything already available in the administration of Lucee.
Am i missing something?
I’m looking for a way to log slower queries.
I do not find anything already available in the administration of Lucee.
Am i missing something?
Maybe the query listener will helps to you
Great idea! Many thanks
If you are using mysql, there is also a configuration setting that logs any query above a certain amount of time. This is also great if you are running queries to the DB outside CFML.
See… sql - How do I enable the MySQL slow query log? - Stack Overflow
crazy talk!!!
I’d only ever run mysql compiled to wasm within GraalVm inside lucee