> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.pandavideo.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to improve video loading performance?

# Improving Video Load Performance

On sales pages, it’s crucial that your video loads as quickly as possible. To achieve this, you can apply **prebrowsing** techniques that pre-load essential parts of the page — making the video play faster with no noticeable delays for the user.

---

## What are preloading techniques?

Prebrowsing tags instruct the browser to anticipate connections or resources. The main techniques include:

1. **dns-prefetch**  
   Resolves domain names in advance to speed up loading.

2. **preconnect**  
   Starts the connection with the remote server even before the resource is requested.

3. **prefetch**  
   Downloads files that will be needed soon, such as parts of the video or player images.

4. **prerender**  
   Renders a page or components ahead of time, so everything is ready when the user accesses it.

||| **Important:** these optimizations should be applied on **sales pages**, where it’s possible to customize the HTML `<head>`. **Member areas** usually don’t allow changes to that section.

---

## How does it work with Panda?

Panda Video makes this process easier! We provide a ready-to-use set of tags optimized to:

* Load the player in advance  
* Speed up the loading of the first few seconds of video  

### Where can I find these tags?

1. Go to the desired video in your dashboard  
2. Click the **“Performance”** button  
3. Copy the preloading tag code generated there

---

## Where should I insert the code?

The tags must be placed **inside the&#32;`<head>`&#32;tag** of your page’s HTML.

How you insert them will depend on your page builder or CMS (WordPress, Elementor, Webflow, etc.). We’ll soon publish tutorials for the main platforms.

||| If you’re unsure where to place it, contact our support team. We’ll guide you based on your platform.

---

## Got any questions?

Reach out to our support team via chat, and our team will do their best to resolve any questions you have.

Not using Panda Video yet? Visit our [pricing page](https://www.pandavideo.com/pricing) and choose the plan that’s right for your business.
