The short answer: no, with two rules
A 3D model is a file, like a photo or a video. It slows the page only if it is too big, or if it downloads before the text and photos.
Two rules cover both: make the file small before it goes on the site, and let it download after the text and photos.
Ask two questions: how big is the file after it is made small, and does it download after the text and photos.
One model file, nine web pages
2,311 KB
typical weight of a page on a phone (the middle value), measured October 2024. On a computer: 2,652 KB.
HTTP Archive, Web Almanac 2024, Page WeightA typical page on a phone weighs about 2.3 MB. HTTP Archive measured it in October 2024: half of all pages are lighter, half heavier.
Important to note: the file a 3D artist hands over, before anyone shrinks it, is many times that. Two of our own files, before and after:
- Office chair, as delivered: 21 MB to download, about nine typical phone pages. (31.15 MB stored, 21.12 MB sent.)
- Same chair, made small: 7 MB to download (8.89 MB stored, 6.98 MB sent). Same shape, same detail on screen.
- Demo suitcase, as delivered: 13.4 MB.
- Same suitcase, made small: 2.04 MB, about one typical phone page. This file has no surface images (textures); a model with them shrinks less.
- The packed inside of the suitcase: 4.7 MB down to 0.71 MB.
The file as delivered never goes on the site. Ask for the size after it is made small.
Does making the file small lower the quality?
The file is made small in two steps. On a screen the buyer should not notice either one.
We checked it on the office chair: the delivered file and the small file side by side, same shape, same detail. The automatic step changes almost nothing you can see. The phone version is different: it uses smaller surface images, and that is a real reduction.
- 01By hand, first: our artists remove detail the buyer never sees on a screen, in their 3D software (Blender), where it makes sense.
- 02Automatic, second: a compression tool (Draco is the common one) for everything that goes on a site.
The artist hands over the full file; the automatic step is always ours.
The goal: 2.5 seconds
2.5 s
or less for the biggest thing on the page to show. Google's goal, met on three visits out of four, phone and computer separately.
web.dev (Google), Largest Contentful Paint, updated 4 September 2025Google's goal: the biggest thing on the page shows within 2.5 seconds. Google measures it on the slower visits (three out of four visits must make it), phone and computer separately.
The model does not have to be part of what the buyer sees first. On teatika.com the text and photos load first. The 3D part starts two seconds after the page opens, or earlier when the reader scrolls close to it, and the model files wait their turn behind the photos.
- 01What opens first: text and photos, no model file.
- 02Two seconds later, or when the reader scrolls close: the model starts to download, behind the photos.
- 03The model is ready before the buyer reaches it.
Phones: where it breaks, and our own crash
0
files downloaded again after the first pass: 60 fast jumps in and out of the 3D part and 80 across it, iPhone 17 Pro Max, at most 30 MB of memory.
Our own measurement, 13 September 2026
Phones are where 3D pages break, and ours broke. On 13 September 2026 I scrolled fast up and down on an iPhone 17 Pro Max and our test page crashed. The cause: every pass downloaded and opened 5 to 7 model files again, 32 downloads in three passes.
After the fix we measured it: 60 fast jumps in and out of the 3D part, 80 across the whole of it, and nothing was downloaded again. The page used at most 30 MB of the phone's memory. Models on phones now load like this:
- Models are opened one at a time, and only the one on screen and the ones next to it.
- Files download up to two parts of the page ahead; anything further is stopped.
- A model opened once stays open. Scrolling back does not download it again.
- The phone keeps the files for a year, so a second visit downloads nothing. A changed model gets a new file name.
The test on a phone: scroll fast up and down. After the first pass, nothing may download again.
Six questions before launch
Six things to ask, in this order. If I had to pick one, it is the first.
- 01How many MB per model after it is made small? One number, per product.
- 02Was the small file checked next to the original, side by side?
- 03Is there a lighter phone version for heavy models?
- 04Does it download after the text and photos, ready before the buyer scrolls to it?
- 05Does the phone keep the file, so a second visit downloads nothing?
- 06Was it tested on a real phone, scrolling fast up and down, with nothing downloading twice?
One number decides it: megabytes per model after it is made small.
What to take away
- 01A small model file that downloads after the text and photos does not slow them down.
- 02Rule: ask for the size after it is made small, and for a fast scroll test on a real phone.
- 03Number: our suitcase is 2.04 MB after, about one typical phone page. Before, it was 13.4 MB.