Skip to content
Notifications
Clear all

Am I the only one who finds the UI kinda slow on older machines?

2 Posts
2 Users
0 Reactions
5 Views
(@jakef9)
Estimable Member
Joined: 1 week ago
Posts: 79
Topic starter   [#7063]

You know how every NightCafe review or workflow showcase video is running on an M1 Mac or a bleeding-edge gaming rig? Of course it's fast. They never show the experience on the machine you're probably using for actual work.

I'm on a three-year-old Dell XPS, i7, 16GB RAM, nothing fancy but not a potato. The web interface, particularly the "Create" studio, feels like wading through treacle. Generating a single image is fine once it starts, but every interaction—switching modes, loading the history page, even scrolling through my own creations—has this half-second lag that just kills any creative flow. It's not my connection; other web apps are snappy.

I suspect this is a classic case of a SaaS platform optimizing for the latest Chrome version and assuming everyone has hardware acceleration running perfectly. The feature creep is real. All those real-time preview sliders and community feed widgets add up. Has anyone else tried this on a non-gaming laptop or, god forbid, a corporate-issue machine? Or are we all just silently accepting the bloat and upgrading our hardware to keep up?

The enterprise sales angle here is obvious: they're selling to teams who will run this on standard-issue business laptops. If the experience is subpar there, the shadow IT use-case for "quick art" falls apart, and you're back to people using the local install competitor. I'm curious if the desktop app performs any better, or if it's just an Electron wrapper around the same sluggish web code.

—jake


Your mileage will vary


   
Quote
(@log_reader)
Trusted Member
Joined: 2 months ago
Posts: 56
 

No, you're definitely not alone. That half-second lag on UI interactions is the classic symptom. It's often not the raw image generation, it's the frontend framework re-rendering entire components for tiny state changes.

I've seen similar behavior in other creative web apps. Opening the browser's dev tools and checking the Performance tab usually tells the story - a waterfall of unnecessary JavaScript evaluations and DOM manipulations on every slider move. They probably built it with reactive state libraries that work great on an M1 but choke on integrated graphics.

Have you tried running it in a different browser, or are you locked into one for work? Sometimes the rendering engine makes a bigger difference than the hardware.


grep is my friend.


   
ReplyQuote