diff --git a/AppImage/components/latency-detail-modal.tsx b/AppImage/components/latency-detail-modal.tsx index 1506ffd5..73a2d1a9 100644 --- a/AppImage/components/latency-detail-modal.tsx +++ b/AppImage/components/latency-detail-modal.tsx @@ -574,10 +574,39 @@ const generateLatencyReport = (report: ReportData) => { -${report.isRealtime && report.realtimeResults.length > 0 ? ` - +
-
3. Detailed Test Results
+
3. Latency Graph
+
+ ${chartSvg} +
+
+ + +
+
4. Performance Thresholds
+
+
+

Excellent (< 50ms): Optimal for real-time applications, gaming, and video calls.

+
+
+
+

Good (50-100ms): Acceptable for most applications with minimal impact.

+
+
+
+

Fair (100-200ms): Noticeable delay. May affect VoIP and interactive applications.

+
+
+
+

Poor (> 200ms): Significant latency. Investigation recommended.

+
+
+ +${report.isRealtime && report.realtimeResults.length > 0 ? ` + +
+
5. Detailed Test Results
@@ -597,36 +626,7 @@ ${report.isRealtime && report.realtimeResults.length > 0 ? ` ` : ''} - -
-
${report.isRealtime ? '4' : '3'}. Latency Graph
-
- ${chartSvg} -
-
- - -
-
${report.isRealtime ? '5' : '4'}. Performance Thresholds
-
-
-

Excellent (< 50ms): Optimal for real-time applications, gaming, and video calls.

-
-
-
-

Good (50-100ms): Acceptable for most applications with minimal impact.

-
-
-
-

Fair (100-200ms): Noticeable delay. May affect VoIP and interactive applications.

-
-
-
-

Poor (> 200ms): Significant latency. Investigation recommended.

-
-
- - +
${report.isRealtime ? '6' : '5'}. Methodology
@@ -661,10 +661,7 @@ ${report.isRealtime && report.realtimeResults.length > 0 ? `