2
7 Comments

Best way to let someone know that their request can take up two minutes?

Hello!

we have a small project where the user's request takes around 2 minutes. Right now, it is just a loading spinner but when you wait 2 minutes for something on the internet, it feels like the website is broken.

What is the best way to let a user know that this request could take a long time? Is the solution just text and we are overthinking it? Or, could it be some type of turbo tax style animation?

Thank you!

posted to Icon for group Micro SaaS
Micro SaaS
on August 24, 2023
  1. 1

    I am going to take a guess that you're using OpenAI for some kind of parsing.

    Even if not, my advice would be to just queue the process. Tell the user immediately with 200 that you have received the request, and that we'll get back to you once the processing is done. Then use websockets or emails to tell the user that it's done after the process is complete.

    1. 1

      that's a nice idea! thank you

  2. 1

    Add small "in browser" game to kill the time.

  3. 1

    You're right, anything over 2 seconds, people will think it's broken unless you set expectations right ahead of time. Text should be just enough. Make sure to mention 2 minutes, it's better to over-estimate and beat expectations than the opposite. You'll do animations after PMF if there's no other way to speed things up. Sounds like a nice marginal increment which probably makes a difference for a multi-million business like TurboTax but not for you at this stage. You may also want to consider other flows, such as collecting an email and sending the results once done.

    1. 1

      added the this is going to take at least two mins! thanks for the suggestion :)

  4. 1

    Hello!

    Display that it will take some time.

    If you can, then you should definitely display how many steps are left from the process. From there, you can create all kinds of fun animations, but I think a simple progress bar is enough too.

    On the other hand, if your app has other parts to interact with, then you could create a feature where you send the user back to the home page and say that you will notify them when the thing is ready.

  5. 0

    2 sec is a lot for users to wait! You might try optimizing it at a fast server.

Trending on Indie Hackers
The most underrated distribution channel in SaaS is hiding in your browser toolbar User Avatar 171 comments I launched on Product Hunt today with 0 followers, 0 network, and 0 users. Here's what I learned in 12 hours. User Avatar 154 comments I gave 7 AI agents $100 each to build a startup. Here's what happened on Day 1. User Avatar 97 comments Show IH: RetryFix - Automatically recover failed Stripe payments and earn 10% on everything we win back User Avatar 35 comments How are you handling memory and context across AI tools? User Avatar 31 comments How to see your entire business on one page User Avatar 27 comments