13 lines
1.1 KiB
HTML
13 lines
1.1 KiB
HTML
<div class="about">
|
|
<p><b>Yellow Lab Tools</b> is an open source project by <a href="https://letstalkaboutwebperf.com/en/" target="_blank">Gaël Métais</a>. It allows you to test a webpage (via an URL) and detects <b>performance</b> and <b>front-end code quality</b> issues.</p>
|
|
|
|
<p>It is based on <a href="https://github.com/macbre/phantomas" target="_blank">Phantomas</a>, a tool that instruments Chrome Headless to collect dozens of metrics. These metrics are then categorized and transformed into scores. It also provides in-depth details so that developers can fix the detected issues.</p>
|
|
|
|
<p>By the way, <b>it's entirely free</b>. In return, you can add <a href="https://github.com/YellowLabTools/YellowLabTools" target="_blank">a <span>★</span> on GitHub</a> or <a href="https://ko-fi.com/gaelmetais" target="_blank">buy me a coffee</a>. It will boost my motivation to add more awesome features!</p>
|
|
|
|
<%if (sponsoring.about) { %>
|
|
<div class="sponsor"><%- sponsoring.about %></div>
|
|
<% } %>
|
|
|
|
<p><br><a href="<%= baseUrl %>">Back to index</a></p>
|
|
</div> |