Everyone wants a fast website. Fewer people want to resize images. Hosting brands sometimes fill that honesty gap with miraculous percentages — “400% faster!” — that cannot be audited against your URL. This guide stays boring and useful: what actually affects load time for small HTML sites on SiteHost, where the host helps, what optional Cloudflare can do, and which “optimizations” waste a Saturday.
The byte budget beats the brand slogan
A page feels fast when it downloads and paints little work:
- Image weight (usually #1 on brochure and portfolio sites)
- Font files (especially multiple weights and families)
- JavaScript extras pasted from marketing tools
- Third-party embeds (maps, chat, video)
- Redundant CSS
If your hero is 4.5 MB, no host invents new physics. Optimize before you blame geography.
SiteHost serves the files you publish. Preview is HTTPS immediately; custom domains certify after DNS verifies. There is no built-in CDN. That is honesty, not a missing checkbox you must panic-buy on day one. Many small sites feel fine with compressed assets and a primarily local audience.
Skip CDN shopping until you have compressed the hero and removed unused chat widgets.
Image habits that cut seconds
- Resize to the largest size you actually display (retina-aware, not camera-original)
- Compress JPEG/WebP reasonably
- Lazy-load below-the-fold galleries when templates support it
- Avoid autoplay giant background videos on mobile landing pages
- Do not upload RAW or TIFF to the public site
Photographers hit this wall first: where to host a photography website. Storage on Starter is 2 GB ($9/mo, 1 site) — performance and storage improve together when you stop uploading monsters. Pro ($30, 3 sites, 10 GB, staging), Scale ($65), and Business ($130) expand capacity; they do not excuse 10 MB thumbnails.
Fonts and JavaScript discipline
Self-hosted fonts: subset if you can; limit weights. Third-party font CDNs add extra connections. Pick one approach; avoid six families “just in case.”
A mobile menu script is fine. Five analytics tags, a heatmap, a chat widget, and an A/B snippet on a three-section brochure are how shops get sluggish. Add tags intentionally; remove seasonally.
Forms via lightweight third-party endpoints beat inventing heavy client frameworks. This is not a Vite tutorial — upload finished files. HTML CSS JavaScript website hosting.
What SiteHost contributes to “fast enough”
- Serving static files without a WordPress plugin pile you did not ask for
- HTTPS without a side quest on preview
- Easy republish when you replace heavy assets with light ones
- Rollback if an “optimization” breaks layout
Plans: Starter $9, Pro $30, Scale $65, Business $130. Faster perceived sites come from your assets more than from jumping tiers. Trial ~1 day, then paid. No forever-free plan that sleeps (sleep is the opposite of fast). No cPanel, no email hosting, no website builder.
SiteHost is for people who want a website online, not a server to tune by hand. Website hosting without server management.
Cloudflare optional — when it helps
Putting Cloudflare in front can add caching, a broader edge network, and extra controls. It also adds DNS/proxy configuration you must get right or certificates and caching behave oddly.
Use Cloudflare when:
- You already understand its DNS
- You see global audience spikes
- You want WAF/caching features deliberately
Skip it when:
- You are still fixing 3 MB PNGs
- DNS still scares you mid-migration
How to point DNS to website hosting. Optional means you can launch without it.
Measuring without lying to yourself
- Phone on cellular, not only office fiber
- Browser network panel sorted by size
- A before/after after compressing the hero — your own percentage, not a homepage banner’s
- Repeat after adding marketing tags
If someone claims a host alone makes every site 400% faster, ask “faster than what, on which URL, with which assets?” Require receipts.
A one-hour speed cleanup for small sites
- Weigh the five largest files in your project folder.
- Re-export images that are over a few hundred KB without a good reason.
- Remove one unused embed or script.
- Publish to SiteHost; compare HTTPS preview on cellular.
- If layout breaks, roll back and retry smaller changes (how to publish a website online).
HTTPS itself is not your speed villain (free SSL for a small website).
Example: boutique gym
The gym’s landing page scored poorly on mobile because of three full-width PNGs of the weight room. Converting to compressed JPEG, shrinking to ~1800px wide, and removing an unused chat widget cut load dramatically on the same SiteHost Starter plan. Cloudflare was never enabled. The “hosting upgrade” they almost bought was irrelevant compared with the image diet.
Carousels, maps, and other friendly traps
Carousels often load many images at once — prefer one strong photo. Maps are useful for local businesses but heavy; keep NAP text beside them (website hosting for local business). Video belongs on a streaming host with an embed, not as a 40 MB file in your zip.
A second pass after marketing tools arrive
Launch lean, then add analytics. Weigh the page again. If a tag manager doubles weight, question each tag. SiteHost will serve the heavier page faithfully — including the sluggishness. Speed is mostly what you put in the zip.
Prioritize like a shop owner, not like a lab
If you only have an hour, spend it on the homepage hero and the largest gallery page — not on rearranging CSS property order. Re-export those images, republish on SiteHost, and retest on a phone. If the page still feels slow, remove one embed. Only after that should you consider optional Cloudflare or a plan change.
Remember the plan ladder exists for capacity (Starter $9/mo with 2 GB, Pro $30 with 10 GB and staging, Scale $65, Business $130), not as a speed mythology. Trial ~1 day; no forever-free sleeping tier. No built-in CDN. No cPanel. No email hosting. Files in, weight down, HTTPS preview immediately, domain cert after DNS verifies.
When “fast hosting” is the wrong diagnosis
Slow checkouts on a third-party store linked from your site are not SiteHost’s file weight problem. Slow map tiles are often the map provider. Slow fonts may be a third-party font service. Name the domain of the slow request in the network panel before you rewrite your hosting contract.
Questions people actually ask
Does HTTPS slow my site?
Not in any way that outranks image bloat on modern stacks. Use HTTPS.
Will Pro make production faster?
Staging helps you test optimizations safely. It does not accelerate production by itself.
Should I minify CSS by hand?
If your toolchain already does, fine. Hand-minifying one small CSS file rarely beats compressing photos.
Can I host lots of video on SiteHost?
Short clips maybe; libraries belong on a video platform. Link or embed.
Is a CDN mandatory for a café site?
No. Compress, then reconsider.