Skip to main content
.com domains from $2.99 — free WHOIS privacy on every name

Speed brief · Videographer portfolios

Web hosting for videographers — Self-hosting the showreel is what makes it heavy

A brand manager opens your reel on hotel wi-fi between meetings, and the decision about where that file lives was made long before they clicked.

The short answer

The first decision on a videographer's site is not which host — it is where the video lives. A self-hosted reel means the browser negotiates the whole file from your account, with no adaptive bitrate and no edge network, and that is what turns a portfolio into a slow page on a weak connection.

Whatever you choose, the page around it runs here on NVMe behind a LiteSpeed cache, with free migration, free SSL, daily backups and no setup charge on any tier. Sprint gives you 500 GB of monthly bandwidth at $2.42, Turbo 1 TB at $4.66 and Nitro 2 TB at $7.08.

By the HostingFast team · Reviewed 24 August 2026

Free

Migration in, at no charge

24/7

Human answers, around the clock

Daily

Backup cadence on every plan

$0

Setup fee, on any tier

Every videographer's site has the same shape: a reel above everything else, a set of case studies underneath, a rate structure and an enquiry route. The reel is both the reason the site exists and the reason it is slow.

The technical distinction that matters is between hosting the file and embedding a player. Hosting it yourself means one bitrate, one origin and your bandwidth allowance. Embedding means somebody else's adaptive streaming and edge network, at the cost of their branding and their JavaScript on your page.

Neither is automatically correct. What follows is the arithmetic and the measurements that let you choose deliberately rather than by default, then how to make the page around the reel behave.

Autoplay is a bandwidth decision before it is a design one

A self-hosted reel set to autoplay begins downloading before anyone has decided to watch. On a good connection nobody notices. On hotel wi-fi or a train it competes with the rest of the page for the same narrow pipe, and the page loses.

Do the sum before you commit. Sprint carries 500 GB of bandwidth a month, Turbo 1 TB and Nitro 2 TB. Divide your allowance by the size of the file you intend to serve and you have the number of complete plays it covers — a figure worth knowing before a campaign sends traffic at you rather than after.

Poster frames and preload settings move the metric

If the reel is above the fold, the poster frame is very likely your largest contentful paint element. Treat it as you would any hero image: correct dimensions, WebP conversion, no lazy loading on that one file. It is the frame people judge you on and it should arrive first.

Then set preload to none or metadata rather than auto, so the browser fetches the video only when someone asks for it. That single attribute frequently transforms a portfolio's numbers, because it stops several megabytes of video competing with the page's own rendering.

Where video should actually live

For a showreel that many people will watch end to end, a streaming platform's adaptive bitrate is genuinely better engineering than anything a single origin can do — it adjusts to the viewer's connection in a way a static file cannot.

For short case-study clips, muted loops and background footage, self-hosting from your own account is often the cleaner choice: no third-party JavaScript, no recommendations panel at the end, no branding you did not choose. Compress hard, keep them short, and keep preload off.

The page around the video still has to behave

Case study pages are usually text plus stills, which the LiteSpeed cache answers without starting PHP. That is where the site's ordinary speed comes from, and it costs you nothing beyond uploading images at the size you display them.

For the enquiry side, outbound mail goes through MailChannels with SPF, DKIM and DMARC configured on the domain, and daily backups with one-click restores sit underneath. There is no setup fee on any tier and hosting plans carry a 30-day money-back window.

A developer working against a hosted server over SSH

Bandwidth you can actually plan against

Monthly allowances are stated plainly — 500 GB on Sprint, 1 TB on Turbo, 2 TB on Nitro — so the decision about self-hosting a reel is arithmetic rather than a guess.

The pages around it run on NVMe behind a LiteSpeed cache, migration is free and engineer-handled, and there is no charge to set an account up on any tier.

  • 500 GB, 1 TB and 2 TB of bandwidth across the three tiers
  • NVMe storage behind a server-level LiteSpeed cache
  • Free engineer-handled migration from your current host
  • No setup fee on any plan, and a flat renewal figure

Why HostingFast

Standard on every plan

Bandwidth stated, not implied

500 GB on Sprint, 1 TB on Turbo, 2 TB on Nitro — the number you need before self-hosting anything.

Poster frames handled properly

Server-side WebP conversion applies to the still that carries your largest contentful paint.

Cached pages around the reel

Case studies and rate pages come off the LiteSpeed cache without PHP starting at all.

Enquiries that arrive

MailChannels on outbound mail, with SPF, DKIM and DMARC already configured on your domain.

Nothing to pay to start

No setup charge on any tier, and hosting plans carry a 30-day money-back window.

Restores in a click

Daily backups sit in the panel, so a broken player embed costs you ten minutes rather than an evening.

Quick Start

From order to online

  1. 1

    Do the bandwidth sum

    Divide the plan's monthly allowance by the size of the file you intend to serve, and decide self-hosting versus streaming from that number.

  2. 2

    Move in at no cost

    Free engineer-handled migration brings the existing portfolio over, usually inside a day, with your sign-off before the switch.

  3. 3

    Set preload and re-measure

    Change preload to none or metadata, run Lighthouse on Mobile with Slow 4G three times, and compare the medians.

Built In

Loaded onto every plan

  • Stated monthly bandwidth on every tier: 500 GB, 1 TB and 2 TB
  • Server-side WebP conversion for poster frames and stills
  • NVMe SSD storage behind a server-level LiteSpeed cache
  • MailChannels on outbound mail, with SPF, DKIM and DMARC set
  • Daily backups, with self-service restores from the control panel
  • Zero setup charges on any tier — nothing to pay to begin
  • Free migration of your existing portfolio by our engineers
  • Free SSL on every plan, renewed automatically before it can expire
  • Money-back cover: 30 days on hosting plans, 7 on reseller
  • Human support on duty every hour of every day

Frequently Asked

What people ask us most often

Should I host the showreel myself or embed a player?

It depends on how many people watch it to the end. A streaming platform gives you adaptive bitrate and an edge network, which genuinely serves a long reel better than a single origin can, at the cost of their branding and their JavaScript on your page. Self-hosting gives you full control and no third-party code, and works well for short muted clips. Decide with the bandwidth sum in front of you rather than on principle.

How do I work out whether my bandwidth allowance is enough?

Divide the monthly allowance by the size of one complete play. Sprint carries 500 GB a month at $2.42, Turbo 1 TB at $4.66 and Nitro 2 TB at $7.08. If your reel is sixty megabytes, Sprint covers a little over eight thousand complete views in a month — which may be plenty, or may not survive one campaign. Know the number before the campaign, not after.

What does the preload attribute actually change?

Setting preload to auto lets the browser start fetching the video immediately, competing with the HTML, CSS and images the page needs to render. Setting it to none or metadata defers that until someone presses play. On a portfolio with a reel above the fold it is frequently the single biggest change available, and it takes one attribute.

Is the poster frame really worth optimising?

Yes, because it is usually the largest contentful paint element on the page — the browser paints the still long before any video plays. Give it the treatment you would give a hero image: display-size dimensions, WebP conversion, and no lazy loading on that particular file. It is also the frame a prospective client judges the work by.

Keep reading

Changing hosts? Run through our checklist first.

A straightforward sequence for a switch your visitors never feel: which files move first, how to shift email across without losing a single message, the right moment to repoint DNS, and the two mistakes behind almost all the downtime we get asked to rescue.

You'll get the checklist email, then occasional pointers on keeping a site running fast. Unsubscribe the moment you want out — the privacy policy covers the rest.

Decide where the reel lives.

Stated bandwidth on every tier, NVMe behind LiteSpeed, free migration and no setup fee on any plan.

View WordPress Hosting — Built for Videographers plans