# MQTT/Node Red UI limitations

**URL:** https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283
**Category:** General
**Tags:** node-red-dashboard, mqtt
**Created:** [16 December 2021 12:04 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283 "2021-12-16T12:04:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![edwardr](https://avatars.discourse-cdn.com/v4/letter/e/e0b2c6/32.png) [@edwardr](https://discourse.nodered.org/u/edwardr)
#### Post date: [16 December 2021 12:04 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283/1 "2021-12-16T12:04:04Z")

</div>

Hello folks,

I am running into a issue where I am using MQTT to read values and present them on Node red UI.

Has anyone found that there is a limitation to how many things you can present on the UI at once?

Has anyone found that there is a limitation to how many thing you can read topic wise at once on MQTT?

Thank you for your help.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [16 December 2021 12:18 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283/2 "2021-12-16T12:18:47Z")

</div>

> [@edwardr](#):
>
> Has anyone found that there is a limitation to how many things you can present on the UI at once?

The Dashboard is quite a complex beast but I know that many people have really complex Dashboards. The main limitation is around the use of the standard chart node where you really need to ensure that you keep the number of displayed points under control.

> [@edwardr](#):
>
> Has anyone found that there is a limitation to how many thing you can read topic wise at once on MQTT?

There have been a few discussions about this over time but the overall indication seems to be that you really can push MQTT a long way. However, it does somewhat depend on what broker you are using and what else is running on the server device. If you are using Mosquitto as your broker, it is compact and highly performant, not sure what msg rate it will run up to but it is pretty high even on a Raspberry Pi.

As always, make sure that you aren't overloading your server device. Especially with something like a Pi. Don't run Linux desktop for example if you don't absolutely have to - and if you do, expect greatly reduced performance. If you are running a desktop on the server, don't use the server to browse the Dashboard because that gives you a triple whammy.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [16 December 2021 12:20 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283/3 "2021-12-16T12:20:09Z")

</div>

There shouldn't be. What problem are you seeing and what versions of node-red and the dashboard are you using?

How often are you updating the UI?  
Are you using charts?

---

<div class="post-metadata">

### Author: ![edwardr](https://avatars.discourse-cdn.com/v4/letter/e/e0b2c6/32.png) [@edwardr](https://discourse.nodered.org/u/edwardr)
#### Post date: [16 December 2021 12:45 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283/4 "2021-12-16T12:45:00Z")

</div>

thank you both,

version is 2.1.3 and dashboard is 3.1.2

I am basically reading around 40 mqtt topics per flow, there being 4 flows in total. Each flow is split to a seperate ui tab , but what`s happening is some of the data isn`t coming through mqtt when I know , say try from another device to read the mqtt same topic that its submitting data... confusing...

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [14 February 2022 12:45 UTC](https://discourse.nodered.org/t/mqtt-node-red-ui-limitations/55283/5 "2022-02-14T12:45:52Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
