fix guide · public browser check + paid fix

squarespace site loads slowly on mobile

squarespace is well-built but slow by default on phones because of the way it serves images and fonts. four moves usually fix it.

squarespace is a fast platform when it is empty. it becomes slow on mobile because of two design decisions that make sense for desktop but hurt phones: full-resolution image uploads, and video backgrounds. neither one is broken — both are deliberate — but neither one degrades for mobile users automatically. you have to do that yourself.

what this looks like to a visitor

  • site looks fast on your laptop but stutters on iphone safari
  • first paint is fine, but tapping anything has a noticeable delay
  • page weight is over 5 mb on the homepage
  • core web vitals report 'poor' on the mobile column

what a public browser check can see

mobile vs desktop render time

we open the homepage at desktop and mobile viewport sizes. we measure time to first paint and time to interactive on both. on squarespace, the gap is usually big.

image strategy

squarespace serves images responsively but only if the original upload was reasonable. a 4000 px hero photo will be served at 750 px on mobile but it still has to be downloaded and decoded — and the decode is what hurts.

font loading

squarespace ships fonts via google fonts or its own font library. without preconnect hints and font-display swap, text disappears for a few hundred milliseconds during font load. that is the 'blank flash' people notice.

the gallery and video blocks

image gallery blocks load all images at full resolution. video background blocks load a full mp4 even on mobile. either of these can singlehandedly cripple mobile load.

we do not log into your site. we do not scrape customer data. we open your public homepage in a real browser session and report what we see. no security claims unless we can prove them from the public surface.

the deeper picture

the four mobile-specific patterns: (1) image upload size. squarespace will serve a 750 px wide version to phones, but the browser still pulls the 4000 px original off your bandwidth, decodes it, and decides on the responsive variant. on weak cellular the decode alone can take a full second. (2) video backgrounds. a single 5 mb mp4 looping as a hero will burn through anyone's data plan and stall the entire page. squarespace does not turn these off on mobile. you have to. (3) font flash. squarespace loads fonts after the page paints, so headings briefly show in a fallback font then snap to the real font — looks ok on wifi, looks broken on cellular. (4) gallery blocks. some gallery layouts load all images at full resolution to support smooth scrolling. on a mobile homepage with three galleries, that means downloading dozens of full-size images before the page is interactive.

fix it yourself

in squarespace editor, replace all image-upload originals with files under 500 kb where possible. enable image lazy loading (already on by default in 7.1). remove video backgrounds on mobile — squarespace does not auto-degrade these. simplify the gallery block to load fewer images above the fold. test from a real phone on cellular, not laptop simulation.

run the audit on YOUR site — check for "squarespace site loads slowly on mobile"

we open your homepage in a real headless browser and report what we see. no login, no plugin install.

public browser check · no signup · result on the next page

paid fix

or pay us once.

the fixes are simple but require getting into the editor and being willing to delete content. you can do it yourself in two to three hours. if the homepage is complex and you do not want to lose your weekend, the $149 emergency fix: we optimise images, kill the mobile video backgrounds, set up font preload, ship before/after lighthouse scores. done in two days.

frequently asked

do i lose visual quality if i compress the images?

no, if you compress correctly. modern webp at quality 80 looks identical to png at half the file size. squarespace handles this automatically once the original upload is under 1 mb.

should i kill the video background entirely?

on mobile, yes. on desktop, it can stay if it is short (under 8 seconds, looped) and well-compressed. video backgrounds are also bad for accessibility — they fight reduced-motion preferences.

is squarespace fundamentally worse than wordpress for speed?

no. they hit a similar ceiling. the difference is squarespace gives you less control to fix it. for a small business with a content site, both can be fast. for an e-commerce site at scale, neither is the right pick.

i did this last year — why is it slow again?

usually a recent content addition (new hero photo, added gallery, video background). the public check will surface the new offenders. monitoring at $19/mo catches this within a week.

other fix guides

built by vøiddo — a small studio shipping ai-flavoured products, free dev tools, chrome extensions and weird browser games. legal · support@voiddo.com