You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cat=profiling/enable; type=boolean; label=Enable profiling for frontend
profileFrontend = 0
# cat=profiling/enable; type=boolean; label=Enable profiling for backend
profileBackend = 0
# cat=profiling/enable; type=boolean; label=Add EXPLAIN for each query. Be careful, this reduces performance a lot.
addExplain = 0
# cat=profiling/enable; type=string; label=Define a duration since when a query should be logged as slow query. You have to activate one of these profile settings from above.