Skip to content

Commit 6891ef2

Browse files
authored
Update README.md
1 parent 6f8a6bf commit 6891ef2

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
supportxmr-gui is a lightweight, low resource pool UI for <a href="https://github.com/Snipa22/nodejs-pool" target="_blank">nodejs-pool</a> (<a href="https://github.com/Snipa22/" target="_blank">by Snipa22</a>). It is javascript based and is self contained within 4 files + favicon. When minified, total disk size is 68KB with no external dependencies.
1+
supportxmr-gui is a lightweight, low resource pool UI for <a href="https://github.com/Snipa22/nodejs-pool" target="_blank">nodejs-pool</a> (<a href="https://github.com/Snipa22/" target="_blank">by Snipa22</a>). It is javascript based and is self contained within 4 files + favicon. When minified, total disk size is 71KB with no external dependencies.
22

33
Page Load Performance Specs (Single Worker):
44
<table>
@@ -8,34 +8,29 @@ Page Load Performance Specs (Single Worker):
88
<td width="20%" align="center">Old Frontend</td>
99
</tr>
1010
<tr>
11-
<td width="20%" align="center">4 KB</td>
11+
<td width="20%" align="center">3 KB</td>
1212
<td align="center">HTML</td>
1313
<td width="20%" align="center">10 KB</td>
1414
</tr>
1515
<tr>
16-
<td align="center">3 / 68 KB</td>
16+
<td align="center">3 / 71 KB</td>
1717
<td align="center">Static Files</td>
1818
<td align="center">48 / 6,031 KB</td>
1919
</tr>
2020
<tr>
21-
<td align="center">8</td>
21+
<td align="center">7</td>
2222
<td align="center">Data Lookups</td>
2323
<td align="center">14</td>
2424
</tr>
2525
<tr>
26-
<td align="center">113 KB</td>
26+
<td align="center">102 KB</td>
2727
<td align="center">Resources Total</td>
2828
<td align="center">6,031 KB</td>
2929
</tr>
3030
<tr>
31-
<td align="center">1.5 Sec</td>
31+
<td align="center">.5 Sec</td>
3232
<td align="center">Page Load (w/o CDN)</td>
33-
<td align="center">6 Sec</td>
34-
</tr>
35-
<tr>
36-
<td align="center">--</td>
37-
<td align="center">Page Load (w/ CDN)</td>
38-
<td align="center">--</td>
33+
<td align="center">5 Sec</td>
3934
</tr>
4035
</table>
4136

0 commit comments

Comments
 (0)