This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/kohana/modules/userguide/guide/nl/debugging.profiling.md

20 lines
455 B
Markdown
Raw Normal View History

2010-08-21 04:43:03 +00:00
# Profiling
Kohana biedt een zeer eenvoudige manier aan om statistieken over uw aanvraag te tonen:
1. Gewone [Kohana] methodes dat aangeroepen worden
2. Requests
3. [Database] queries
4. Gemiddelde uitvoeringstijden voor uw applicatie
## Voorbeeld
Je kan op elk tijdstip de huidige [profiler] statistieken tonen of opvragen:
<div id="kohana-profiler">
<?php echo View::factory('profiler/stats') ?>
</div>
## Voorbeeld
{{profiler/stats}}