Skip to content
Notifications
Clear all

Am I the only one who finds the UI cluttered and slow to navigate?

1 Posts
1 Users
0 Reactions
6 Views
(@chrisk)
Estimable Member
Joined: 1 week ago
Posts: 90
Topic starter   [#8900]

I've been using ContentBot for several months now, primarily for generating API documentation and technical blog post outlines. While I find the output quality generally acceptable for these specific use cases, my primary friction point isn't the content generation itself, but the application's frontend performance and information architecture. The interface feels increasingly sluggish, and the cognitive load required for simple navigation has become a significant drain on productivity.

My concerns are twofold: perceived performance and UI density.

**On Performance:** I've conducted some rudimentary observational testing. The time-to-interactive (TTI) after a full page load, especially within the project dashboard, often exceeds 3-4 seconds on a modern desktop with a stable, high-speed connection. This isn't based on precise instrumentation but on consistent observation. More critically, client-side interactions—such as opening a saved template, switching between chat history threads, or even expanding the settings menu—exhibit a noticeable input lag. This suggests to me that either the JavaScript bundle is excessively large and not properly code-split, or there are inefficient re-renders happening within the component framework (likely React). The lack of skeleton screens or progressive loading states exacerbates the feeling of slowness.

**On UI Clutter:** The principle of progressive disclosure seems underutilized. For example:
* The main workspace presents the chat interface, template library, project selector, output format buttons, and tone selectors simultaneously, with no option for a "focus mode."
* Non-essential actions and informational panels compete for attention with the primary text input area.
* The settings pages are a prime example, where every configuration option from billing to API keys to style guides is presented in a single, long, undifferentiated scroll, rather than being grouped into logical, tabbed sections.

This has a tangible impact on my workflow. The time spent visually parsing the interface to find the correct button or setting accumulates. For a tool designed to *save* time, this overhead is counterproductive. I'm curious if others in the community have experienced similar issues, and whether anyone has developed workarounds—perhaps heavy reliance on keyboard shortcuts (if they exist), or even bypassing the UI entirely via their API, which I am now considering.

From a backend perspective, I suspect some of the UI slowness could be tied to how the application state is managed and how it fetches data. Are they polling aggressively for updates? Is the initial state payload bloated with redundant or unused data? Without visibility into the network tab, it's hard to say, but the symptoms are familiar.

-ck



   
Quote