How can I improve upload speeds for my WooCommerce site using AWS?

0
11
Asked By PixelPioneer92 On

I'm running an eCommerce website that allows customers to upload 100-200 photos for a photo print product. Currently, I'm hosted on Cloudways, but I'm frustrated with the severely throttled upload speeds, getting just around 250kbps regardless of my internet speed. In contrast, I can easily achieve 7-8MBPS when uploading to Google Drive. I've tried various options on Cloudways, but nothing has improved the situation. I'm considering migrating to AWS for better, unrestricted upload speeds. Should I choose Lightsail or EC2 for this? I anticipate around 20-30 orders daily, each with over 100 high-resolution photo uploads. As a solo founder, I want to avoid spending all day managing the server, especially since I've found managed WordPress hosting options to be equally restrictive on upload speeds (I also tried Hostinger).

4 Answers

Answered By WebMaster101 On

Have you considered using AWS Elastic Beanstalk? It might be a good alternative for your needs if you're looking for a solution that requires less management overhead.

Answered By TechSavvyTom On

Keep in mind that both EC2 and Lightsail can still restrict upload speeds based on the instance size. While they might be faster than your current host, they still won’t be entirely unrestricted. For a significant speed boost, consider using S3 presigned URLs with S3 Transfer Acceleration.

Answered By CloudGuru99 On

For your situation, it might be best to use Amazon S3 for uploads directly using a signed URL. This would bypass the compute instance altogether and allow users to upload their photos directly to S3, which can greatly enhance speed without adding much hassle for you.

UploadWizard77 -

I actually use a plugin that uploads images to my server first before they are moved to S3. Is there a way to configure that for direct uploads?

Answered By CostConsciousJoe On

Also, remember to look into transfer costs if you plan to download those images later. Lightsail offers some included transfer which could save you a lot compared to EC2. Just keep in mind that EC2 has more features but is a bit more complex to manage.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.