mirror of
https://github.com/DeNNiiInc/Website-Stress-Test.git
synced 2026-04-17 12:36:00 +00:00
Implement Full Page Simulation: Realistic asset fetching and Page Load Time metrics
This commit is contained in:
30
index.html
30
index.html
@@ -160,6 +160,21 @@
|
||||
>
|
||||
</div>
|
||||
|
||||
<!-- Full Page Simulation -->
|
||||
<div class="form-group crawler-section">
|
||||
<label class="checkbox-label">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="simulateAssets"
|
||||
class="form-checkbox"
|
||||
/>
|
||||
<span>🖼️ Full Page Simulation (Load Images/CSS/JS)</span>
|
||||
</label>
|
||||
<small class="help-text"
|
||||
>Calculates realistic "Total Page Load Time" by fetching assets</small
|
||||
>
|
||||
</div>
|
||||
|
||||
<!-- Crawler Settings (shown when enabled) -->
|
||||
<div
|
||||
class="crawler-settings"
|
||||
@@ -399,6 +414,21 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Real World Performance -->
|
||||
<div class="panel-section mt-4" id="pageLoadSection" style="display: none">
|
||||
<h3 class="section-title">Real World Performance</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-card">
|
||||
<div class="stat-label">Avg. Page Load Time</div>
|
||||
<div class="stat-value info" id="avgPageLoadTime">0ms</div>
|
||||
</div>
|
||||
<div class="stat-card">
|
||||
<div class="stat-label">Asset Requests</div>
|
||||
<div class="stat-value" id="totalAssetRequests">0</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bandwidth -->
|
||||
<div class="panel-section mt-4">
|
||||
<h3 class="section-title">Bandwidth Usage</h3>
|
||||
|
||||
Reference in New Issue
Block a user