Skip to content

Commit

Permalink
Merge pull request fuel#732 from filisko/patch-3
Browse files Browse the repository at this point in the history
added <strong> style to profiling sections (tabs)
  • Loading branch information
stevewest authored Jul 21, 2016
2 parents f7ebd56 + 8290693 commit 69487f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions general/profiling.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ <h3 id="what_is_profiling">What is profiling?</h3>

<p>The profiler provides you with a tabbed interface, in which you can find the following information:</p>
<ul>
<li>Console. This is the default tab, and gives you information about errors, log entries, memory usage or execution timings.</li>
<li>Load time. This is the request load time. It will display execution details in the body of the tab.</li>
<li>Database. The number of queries executed, the execution time, and if supported, a query analysis.</li>
<li>Memory. Total peak memory used by the request.</li>
<li>Files. The fully qualified name of all PHP files included, and their size.</li>
<li>Config. The contents of the configuration store at the end of the request.</li>
<li>Session. The contents of the session store at the end of the request.</li>
<li>GET. The contents of the $_GET array.</li>
<li>POST. The contents of the $_POST array.</li>
<li><strong>Console.</strong> This is the default tab, and gives you information about errors, log entries, memory usage or execution timings.</li>
<li><strong>Load time.</strong> This is the request load time. It will display execution details in the body of the tab.</li>
<li><strong>Database.</strong> The number of queries executed, the execution time, and if supported, a query analysis.</li>
<li><strong>Memory.</strong> Total peak memory used by the request.</li>
<li><strong>Files.</strong> The fully qualified name of all PHP files included, and their size.</li>
<li><strong>Config.</strong> The contents of the configuration store at the end of the request.</li>
<li><strong>Session.</strong> The contents of the session store at the end of the request.</li>
<li><strong>GET.</strong> The contents of the $_GET array.</li>
<li><strong>POST.</strong> The contents of the $_POST array.</li>
</ul>

<p>A typical profiler screen looks like this:<img width="850" src="../assets/img/profiler.png" /></p>
Expand Down

0 comments on commit 69487f4

Please sign in to comment.