Skip to main content

Overview

Welcome to the Kotzilla Platform Tutorials!

This section is designed to help you identify and resolve critical app performance issues using the Kotzilla Console and the Koin IDE Plugin.

Whether you're dealing with startup delays, screen freezes, slow dependency resolution, or background thread bottlenecks, these tutorials provide step-by-step guidance on detecting, diagnosing, and resolving performance, memory, and structural problems in Android and Kotlin Multiplatform (KMP) apps, as well as SDK libraries.

How these tools help:

  • Koin IDE Plugin: Detects performance issues in real time within your IDE, allowing you to analyze slow dependencies, main thread blockages, and inefficient startup processes without leaving your development environment.

  • Kotzilla Console: Enables deep root cause analysis by providing insights into execution flow, dependency resolution, and performance bottlenecks. It helps you trace issues across the dependency graph, user sessions, and timeline views, making it easier to pinpoint the exact source of slowdowns or inefficiencies.

Explore the following tutorials to master issue detection and root cause analysis: