<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cloudron services are slow]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">Users been noticing that my WP site is slow and after some tests myself I've found that it is really taking a lot of time to load. Not only WP but also other services (example: Chatwoot).</p>
<p dir="auto">Is there any way to debug this and know what's causing this issue? Can't seem to find anything in the logs or system info, even the CPU graphs are not showing (keeps loading).</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.cloudron.io/topic/13182/cloudron-services-are-slow</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 06:36:58 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13182.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jan 2025 10:12:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloudron services are slow on Mon, 27 Jan 2025 16:16:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> said in <a href="/post/100714">Cloudron services are slow</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khalilzammeli" aria-label="Profile: KhalilZammeli">@<bdi>KhalilZammeli</bdi></a> said in <a href="/post/100643">Cloudron services are slow</a>:</p>
<blockquote>
<p dir="auto">update of the screenshot for our wordpress service, very high CPU usage, how can we investigate these ?</p>
</blockquote>
<p dir="auto">Given the above and the fact WordPress uses mysql (and is very often attacked as it's so widely used, and malicious plugins are also quite common) that seem to me to be the obvious first app to investigate.</p>
</blockquote>
<p dir="auto">Absolutely!  Most of the time a WP plugin is the culprit. A WP plugin that's been acquired through a 'friend' which is not the original developer.  Extremely, dangerous these are compromised in 99% of the times.</p>
]]></description><link>https://forum.cloudron.io/post/100721</link><guid isPermaLink="true">https://forum.cloudron.io/post/100721</guid><dc:creator><![CDATA[micmc]]></dc:creator><pubDate>Mon, 27 Jan 2025 16:16:21 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Mon, 27 Jan 2025 13:02:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khalilzammeli" aria-label="Profile: KhalilZammeli">@<bdi>KhalilZammeli</bdi></a> said in <a href="/post/100643">Cloudron services are slow</a>:</p>
<blockquote>
<p dir="auto">update of the screenshot for our wordpress service, very high CPU usage, how can we investigate these ?</p>
</blockquote>
<p dir="auto">Given the above and the fact WordPress uses mysql (and is very often attacked as it's so widely used, and malicious plugins are also quite common) that seem to me to be the obvious first app to investigate.</p>
]]></description><link>https://forum.cloudron.io/post/100714</link><guid isPermaLink="true">https://forum.cloudron.io/post/100714</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 27 Jan 2025 13:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Mon, 27 Jan 2025 12:46:18 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for the mysql user confusion. I had not realized that Ubuntu does come with a <code>pollinate</code> user through the pollinate package by default!</p>
<p dir="auto">So then the question comes back to finding out which app seems to utilize the mysql service that heavily. Maybe you can also stop one app after the other to find out which one is the one causing that.</p>
]]></description><link>https://forum.cloudron.io/post/100713</link><guid isPermaLink="true">https://forum.cloudron.io/post/100713</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 27 Jan 2025 12:46:18 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Mon, 27 Jan 2025 08:55:33 GMT]]></title><description><![CDATA[<p dir="auto">You can also use <code>docker stats</code> to check which container is taking CPU.</p>
<p dir="auto">For the confusing user names: <code>top</code> command has no idea about containers. A uid in container will just appear as uid in host and top will blindly translate the uid not realizing that the uid is for the container. This is why you see mysqld running as netdtaa. Most likely mysqld is running in the mysql container and the mysqld user of container is mapped as netdata in host (i.e their uids are the same). See something like pstree to make out the pids</p>
]]></description><link>https://forum.cloudron.io/post/100682</link><guid isPermaLink="true">https://forum.cloudron.io/post/100682</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Mon, 27 Jan 2025 08:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Sun, 26 Jan 2025 10:17:44 GMT]]></title><description><![CDATA[<p dir="auto">I did wonder earlier if a hacked instance of WordPress (or even just WordPress malicious or badly designed plugin) could potentially be the culprit. Seems worth investigating.</p>
]]></description><link>https://forum.cloudron.io/post/100644</link><guid isPermaLink="true">https://forum.cloudron.io/post/100644</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Sun, 26 Jan 2025 10:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Sat, 25 Jan 2025 21:26:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello Cloudron Team,</p>
<p dir="auto">After further investigation into the server performance issues, we've identified some suspicious activity that may not be related to Cloudron itself. Here's a summary of our findings:</p>
<ol>
<li><strong>System and Security Checks Performed:</strong>
<ul>
<li>We confirmed that no software other than Cloudron was intentionally installed before today.</li>
<li>We reviewed recent command history to ensure no unintended actions were performed manually.</li>
</ul>
</li>
<li><strong>Unrecognized User Activity:</strong>
<ul>
<li>Initially, we noticed a MySQL instance running under the user <code>pollinate</code>, which is not part of Cloudron’s standard services.</li>
<li>Upon further analysis, we found that after removing the <code>pollinate</code> user, a new user with UID <code>106</code> took over running similar services, including MySQL, PostgreSQL, and MongoDB.</li>
<li>Most recently, these processes have transitioned to running under the <code>netdata</code> user, which we installed today for monitoring purposes.
<ul>
<li>is it possible it’s a malicious entity changing user each time ?</li>
</ul>
</li>
</ul>
</li>
<li><strong>System Observations:</strong>
<ul>
<li>We have gathered the following screenshots for further analysis:
<ul>
<li>
<p dir="auto"><strong>Service View Screenshot:</strong> (Attach the image)<br />
<img src="/assets/uploads/files/1737840237897-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto"><strong>System Info Screenshot:</strong> (Attach the image)<br />
<img src="/assets/uploads/files/1737840326837-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto"><strong>Top Command Output Screenshot:</strong> (Attach the image)<br />
<img src="/assets/uploads/files/1737840346319-image-2.png" alt="image (2).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">update of the screenshot for our wordpress service, very high CPU usage, how can we investigate these ?<br />
<img src="/assets/uploads/files/1737840371154-image-3.png" alt="image (3).png" class=" img-fluid img-markdown" /></p>
</li>
</ul>
</li>
</ul>
</li>
</ol>
<p dir="auto"><strong>Next Steps:</strong></p>
<ul>
<li>We're investigating if the unauthorized services were installed via a privilege escalation method.</li>
<li>We're considering reinstallation of Cloudron on a fresh system if no other resolution is found.</li>
</ul>
<p dir="auto">Any insights or suggestions from the Cloudron team would be greatly appreciated.</p>
<p dir="auto">Thank you for your continued support!</p>
]]></description><link>https://forum.cloudron.io/post/100643</link><guid isPermaLink="true">https://forum.cloudron.io/post/100643</guid><dc:creator><![CDATA[KhalilZammeli]]></dc:creator><pubDate>Sat, 25 Jan 2025 21:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Sat, 25 Jan 2025 20:31:53 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/pollina-s/mysql_project" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/pollina-s/mysql_project</a> ??</p>
<p dir="auto">But that doesn’t give much info so I’m not sure</p>
]]></description><link>https://forum.cloudron.io/post/100641</link><guid isPermaLink="true">https://forum.cloudron.io/post/100641</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Sat, 25 Jan 2025 20:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Sat, 25 Jan 2025 11:09:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khalilzammeli" aria-label="Profile: KhalilZammeli">@<bdi>KhalilZammeli</bdi></a> looking at your screenshot, the user of that very busy mysql instance seems to be some <code>pollina+</code> which I have no clue what that would be. At least this is not coming from any Cloudron bits. Have you installed anything on the side on this server, which may be causing that?</p>
]]></description><link>https://forum.cloudron.io/post/100623</link><guid isPermaLink="true">https://forum.cloudron.io/post/100623</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 25 Jan 2025 11:09:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Sat, 25 Jan 2025 00:31:29 GMT]]></title><description><![CDATA[<p dir="auto">Please post the Cloudron top right Menu &gt; System Info view</p>
<p dir="auto">Your DB is super busy for some reason as well. So include the &gt; Services view</p>
]]></description><link>https://forum.cloudron.io/post/100610</link><guid isPermaLink="true">https://forum.cloudron.io/post/100610</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 25 Jan 2025 00:31:29 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Fri, 24 Jan 2025 20:48:44 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for the lack of info.</p>
<p dir="auto">Here are some additional info gathered by the team:</p>
<p dir="auto">Platform Versionv8.2.3 (Ubuntu 24.04.1 LTS)<br />
VendorQEMU<br />
ProductStandard PC (i440FX + PIIX, 1996)<br />
CPU6 Core "AMD EPYC 7282 16-Core Processor"<br />
Memory16.77 GB RAM &amp; 4.29 GB Swap</p>
<p dir="auto">We noticed something is related to MySQL?<br />
<img src="/assets/uploads/files/1737751634940-caae539b-bea8-4ee0-be69-90dc9284788b.jpeg" alt="caae539b-bea8-4ee0-be69-90dc9284788b.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1737751713144-capture-d-%C3%A9cran-2025-01-24-214804.png" alt="Capture d’écran 2025-01-24 214804.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/100608</link><guid isPermaLink="true">https://forum.cloudron.io/post/100608</guid><dc:creator><![CDATA[KhalilZammeli]]></dc:creator><pubDate>Fri, 24 Jan 2025 20:48:44 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Fri, 24 Jan 2025 16:42:10 GMT]]></title><description><![CDATA[<p dir="auto">Errr it’s your server <a class="plugin-mentions-user plugin-mentions-a" href="/user/khalilzammeli" aria-label="Profile: KhalilZammeli">@<bdi>KhalilZammeli</bdi></a> !<br />
Not being awkward but you can’t really post a question like this one without information on the server, RAM, CPU, disk space total and free, location (not sure VPS on the end of starlink in Antarctica will be great)</p>
]]></description><link>https://forum.cloudron.io/post/100601</link><guid isPermaLink="true">https://forum.cloudron.io/post/100601</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Fri, 24 Jan 2025 16:42:10 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Fri, 24 Jan 2025 16:13:53 GMT]]></title><description><![CDATA[<p dir="auto">Also look at the disk IO on the VPS next to the CPU graphs. If it's under 300, it may be overloaded.</p>
]]></description><link>https://forum.cloudron.io/post/100600</link><guid isPermaLink="true">https://forum.cloudron.io/post/100600</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 24 Jan 2025 16:13:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron services are slow on Fri, 24 Jan 2025 10:50:36 GMT]]></title><description><![CDATA[<p dir="auto">Maybe you can get some better immediate overview when running <code>htop</code> or <code>top</code> via SSH to see if systemload is maybe high, in which case the system may just be underpowered for the apps you are running. Also sometimes disk I/O is an important factor.</p>
]]></description><link>https://forum.cloudron.io/post/100580</link><guid isPermaLink="true">https://forum.cloudron.io/post/100580</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 24 Jan 2025 10:50:36 GMT</pubDate></item></channel></rss>