Report this

What is the reason for this report?

Images in buckets (spaces) taking too long to load

Posted on July 27, 2018
A K

By A K

On one page i’m getting about 8 images using the bucket (Spaces) and it takes about a minute to load (actual time). Without the images it’s much faster.

I’m using laravel’s Storage library to get the images.

$url = Storage::disk('do_spaces')->url($path);

<img src=" {{ $url }}" />

Can anyone point out why it’s taking so long for the images to load?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.