Log slow queries

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

1 Like

Great idea! Many thanks :smile:

1 Like

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

1 Like