<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: MasterMindLegion</title>
    <description>The latest articles on Forem by MasterMindLegion (@mastermindlegion).</description>
    <link>https://forem.com/mastermindlegion</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F366669%2F6fa8a595-3b24-4fd5-9254-6b5342d5dc98.png</url>
      <title>Forem: MasterMindLegion</title>
      <link>https://forem.com/mastermindlegion</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mastermindlegion"/>
    <language>en</language>
    <item>
      <title>Need advice on improving filtering page performance NEXT</title>
      <dc:creator>MasterMindLegion</dc:creator>
      <pubDate>Mon, 06 Oct 2025 14:59:20 +0000</pubDate>
      <link>https://forem.com/mastermindlegion/need-advice-on-improving-filtering-page-performance-next-460n</link>
      <guid>https://forem.com/mastermindlegion/need-advice-on-improving-filtering-page-performance-next-460n</guid>
      <description>&lt;p&gt;Hey everyone, &lt;/p&gt;

&lt;p&gt;I’m currently working on a non-profit platform for dogs from shelters: &lt;a href="https://hledaczvirat.cz/zvirata/psi/kontrakt-utulek" rel="noopener noreferrer"&gt;https://hledaczvirat.cz/zvirata/psi/kontrakt-utulek&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The website helps people find animals for adoption fast and easily.&lt;br&gt;
The main issue I’m fighting now is performance on filtering pages. If you examine the web vitals. &lt;/p&gt;

&lt;p&gt;When users filter by breed, region, age, etc., the page sometimes gets slow to load and LCP/CLS scores drop hard.&lt;br&gt;
I’m trying to make it faster for both users and Googlebot, but without breaking the UX.&lt;/p&gt;

&lt;p&gt;Here’s what we’ve already tried:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cache layer (Redis) for API responses (still testing)&lt;/li&gt;
&lt;li&gt;Reduced image sizes and added lazy loading&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I still feel the Core Web Vitals could be much better, especially on mobile.&lt;/p&gt;

&lt;p&gt;So I’m looking for your advice.&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>react</category>
      <category>express</category>
    </item>
    <item>
      <title>Deploy Strapi on Digital Ocean APP error</title>
      <dc:creator>MasterMindLegion</dc:creator>
      <pubDate>Mon, 10 Jan 2022 16:53:59 +0000</pubDate>
      <link>https://forem.com/mastermindlegion/deploy-strapi-on-digital-ocean-app-error-4o4i</link>
      <guid>https://forem.com/mastermindlegion/deploy-strapi-on-digital-ocean-app-error-4o4i</guid>
      <description>&lt;p&gt;Greetings Guys,&lt;/p&gt;

&lt;p&gt;I have a problem regarding Strapi deployment to Digital Ocean using „new“ APP approach. I have followed an official tutorial from Strapi developers &lt;a href="https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean-app-platform.html#configure-your-strapi-project-for-deployment"&gt;here&lt;/a&gt;.&lt;br&gt;
I have fulfilled the described steps and I’m having this issue during build time:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Error: Could not load js config file /workspace/config/env/production/database.js: Cannot read properties of undefined (reading 'charAt')&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Full log:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;[2022-01-10 16:40:14] &amp;gt; backend@0.1.0 build&lt;br&gt;
[2022-01-10 16:40:14] &amp;gt; strapi build&lt;br&gt;
[2022-01-10 16:40:14] &lt;br&gt;
[2022-01-10 16:40:17] Error: Could not load js config file /workspace/config/env/production/database.js: Cannot read properties of undefined (reading 'charAt')&lt;br&gt;
[2022-01-10 16:40:17]     at loadJsFile (/workspace/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:18:11)&lt;br&gt;
[2022-01-10 16:40:17]     at loadFile (/workspace/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:35:14)&lt;br&gt;
[2022-01-10 16:40:17]     at /workspace/node_modules/@strapi/strapi/lib/core/app-configuration/config-loader.js:16:18&lt;br&gt;
[2022-01-10 16:40:17]     at Array.reduce (&amp;lt;anonymous&amp;gt;)&lt;br&gt;
[2022-01-10 16:40:17]     at module.exports (/workspace/node_modules/@strapi/strapi/lib/core/app-configuration/config-loader.js:13:6)&lt;br&gt;
[2022-01-10 16:40:17]     at module.exports (/workspace/node_modules/@strapi/strapi/lib/core/app-configuration/index.js:56:21)&lt;br&gt;
[2022-01-10 16:40:17]     at new Strapi (/workspace/node_modules/@strapi/strapi/lib/Strapi.js:54:23)&lt;br&gt;
[2022-01-10 16:40:17]     at module.exports (/workspace/node_modules/@strapi/strapi/lib/Strapi.js:492:18)&lt;br&gt;
[2022-01-10 16:40:17]     at module.exports (/workspace/node_modules/@strapi/strapi/lib/commands/build.js:18:26)&lt;br&gt;
[2022-01-10 16:40:17]     at /workspace/node_modules/@strapi/strapi/bin/strapi.js:52:14&lt;br&gt;
[2022-01-10 16:40:17]     at processTicksAndRejections (node:internal/process/task_queues:96:5)&lt;br&gt;
[2022-01-10 16:40:17] building: exit status 1&lt;br&gt;
[2022-01-10 16:40:17] ERROR: failed to build: exit status 1&lt;br&gt;
[2022-01-10 16:40:48] &lt;br&gt;
[2022-01-10 16:40:48] For documentation on the buildpacks used to build your app, please see:&lt;br&gt;
[2022-01-10 16:40:48]    Node.js: https://do.co/apps-buildpack-node&lt;br&gt;
[2022-01-10 16:40:48] &lt;br&gt;
[2022-01-10 16:40:48]  ! Build failed&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Please Help.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>WYSIWYG Editor for NUXT</title>
      <dc:creator>MasterMindLegion</dc:creator>
      <pubDate>Fri, 04 Sep 2020 08:31:50 +0000</pubDate>
      <link>https://forem.com/mastermindlegion/wysiwyg-editor-for-nuxt-2cn3</link>
      <guid>https://forem.com/mastermindlegion/wysiwyg-editor-for-nuxt-2cn3</guid>
      <description>&lt;p&gt;Hello friends,&lt;/p&gt;

&lt;p&gt;Would any of you recommend any WYSIWYG editor to be used with NUXT ssr render? &lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

</description>
      <category>help</category>
      <category>discuss</category>
      <category>vue</category>
    </item>
  </channel>
</rss>
