Skip to content

janeljs/hibernate-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hibernate Profiler

Overview

Hibernate Profiler is a powerful tool designed for monitoring and analyzing JPA (Java Persistence API) and Hibernate applications. It provides features to enhance the visibility and performance of your database interactions.

Features

  • Pretty Format JPA Queries: View JPA queries in a readable and well-formatted manner, making it easier to understand the generated SQL queries.

  • Show Statistics: Access various statistics and metrics related to your JPA queries and Hibernate performance. This includes information about query execution times, the number of queries executed, and more.

  • Report Slow Queries: Identify and report slow-performing queries. Pinpoint queries that are taking a significant amount of time to execute, allowing you to optimize them for better performance.

  • Detect N+1 Queries: Identify N+1 query issues, where an application executes N+1 separate queries to fetch N entities, leading to potential performance problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published