# What is Code Splitting?

**Category:** dev

## Overview
In order to increase the loading speed of the website, it is a method of dividing large code files into small pieces and loading them only when needed.

---
Source: TreScout Tech Dictionary · https://trescout.com/en/dictionary/code-splitting/
