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/he-il/debugging.profiling.md

21 lines
552 B
Markdown
Raw Normal View History

2010-08-21 04:43:03 +00:00
# Profiling - פרופיל סטטיסטי לכל דף
קוהנה מאפשרת בקלות לצפות בסטטיסטיקה אודות האפליקציה:
1. קריאות למטודות קוהנה
2. בקשות
3. שאילתות שבוצעו על מסד הנתונים
4. ממוצע זמני פעולה של האפליקציה
## דוגמא
ניתן לאסוף ולהציג את הסטטיסטיקות בכל רגע נתון:
~~~
<div id="kohana-profiler">
<?php echo View::factory('profiler/stats') ?>
</div>
~~~
## התוצאה:
{{profiler/stats}}