Java/JVM

Hibernate N+1 Query Problem: Causes, Solutions and Production Best Practices

Introduction A production incident often starts with something that looks harmless. A developer ships a Spring Boot API to “Return all customers with their orders.” The code is simple, the response looks correct and everything works perfectly in development. Then traffic grows and the same endpoint causes: Database CPU spikes Connection pool exhaustion Higher API […]

Rajdeep Dabral
Rajdeep Dabral
Read

Drupal

Exploring Lazy Loading with Blazy Module in Drupal

Introduction Lazy loading is a technique used to defer the loading of non-critical resources (such as images) on a webpage until they are needed. This can significantly improve page load times and user experience, especially on pages with large or numerous images. In Drupal, the Blazy module provides a convenient way to implement lazy loading […]

Rohit Rana
Rohit Rana
Read