Hacker News new | ask | show | jobs
by asharp 5564 days ago
How is your site structured?

1) You want to move static data off your system onto another site like s3.

2) You want to do whatever you can async. ie. if somebody shares data, you don't have to make it available immediately. Just place it in a queue and have a second system go through and deal with it.

2 comments

1. Yes 2. Yes

People submit data and it's displayed, 20 activities a time and if all of those activities are videos it is taking about 17 seconds to load

Why is it taking 17 seconds to load, if the page you are serving them merely contains links?