<?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>DEV Community: hao wang</title>
    <description>The latest articles on DEV Community by hao wang (@hao_wang_8212b04f273e0c18).</description>
    <link>https://dev.to/hao_wang_8212b04f273e0c18</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%2F2916393%2F2049e8fb-021f-41c7-893e-838b33c51a14.png</url>
      <title>DEV Community: hao wang</title>
      <link>https://dev.to/hao_wang_8212b04f273e0c18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hao_wang_8212b04f273e0c18"/>
    <language>en</language>
    <item>
      <title>Recently Manus AI has been available for a while, but the official page often experiences queue congestion</title>
      <dc:creator>hao wang</dc:creator>
      <pubDate>Thu, 06 Mar 2025 07:13:17 +0000</pubDate>
      <link>https://dev.to/hao_wang_8212b04f273e0c18/recently-manus-ai-has-been-available-for-a-while-but-the-official-page-often-experiences-queue-497i</link>
      <guid>https://dev.to/hao_wang_8212b04f273e0c18/recently-manus-ai-has-been-available-for-a-while-but-the-official-page-often-experiences-queue-497i</guid>
      <description>&lt;p&gt;As a developer interested in frontend performance optimization, I conducted a small experiment to explore how different access methods affect the response speed of AI services.&lt;/p&gt;

&lt;h2&gt;
  
  
  Experiment Background
&lt;/h2&gt;

&lt;p&gt;I noticed many people complaining about long wait times when accessing Manus AI during peak hours. So I built a simplified access page: &lt;a href="https://www.manusai.info/" rel="noopener noreferrer"&gt;https://www.manusai.info/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This page embeds the original service via iframe, but with several frontend optimizations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduced unnecessary resource loading&lt;/li&gt;
&lt;li&gt;Optimized page structure&lt;/li&gt;
&lt;li&gt;Implemented lazy loading strategies
## My Questions&lt;/li&gt;
&lt;li&gt;Under the same network conditions, which responds faster: the optimized page or direct access to the original site?&lt;/li&gt;
&lt;li&gt;During peak hours, which requests does the API prioritize? The official page or third-party embeds?&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Does iframe embedding affect the model's performance?&lt;/p&gt;
&lt;h2&gt;
  
  
  Initial Observations
&lt;/h2&gt;

&lt;p&gt;After several days of testing, I discovered some interesting phenomena:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;During off-peak hours, there's little difference in response speed between the two&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;At certain times, the optimized page seems to load faster&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There's no noticeable difference in the quality of generated results&lt;/p&gt;
&lt;h2&gt;
  
  
  Invitation to Participate in Testing
&lt;/h2&gt;

&lt;p&gt;If you're also interested in this topic, feel free to visit &lt;a href="https://www.manusai.info/" rel="noopener noreferrer"&gt;https://www.manusai.info/&lt;/a&gt; for testing and compare it with the official page. I'm particularly interested in learning:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How fast is the loading speed on each side?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Have you experienced waiting in a queue?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Is there any difference in the quality of results?&lt;/p&gt;
&lt;h2&gt;
  
  
  Technical Discussion
&lt;/h2&gt;

&lt;p&gt;From a technical perspective, I'm curious about how the backend service handles API request priorities. Is it based on chronological order, or are there other factors?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This small experiment might provide some insights into understanding load balancing and access optimization for AI services.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
