Index: views.help.ini
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/help/views.help.ini,v
retrieving revision 1.17.2.3
diff -u -r1.17.2.3 views.help.ini
--- help/views.help.ini	30 Nov 2009 19:37:02 -0000	1.17.2.3
+++ help/views.help.ini	27 Mar 2010 15:12:03 -0000
@@ -145,6 +145,13 @@
 [path]
 title = "Path options (page display)"
 
+[performance]
+title = "Performance"
+
+[performance-views-vs-displays]
+title = "Multiple Views vs Multiple Displays"
+parent = performance
+
 [analyze-theme]
 title = "Theme information"
 
--- help/performance-views-vs-displays.html
+++ help/performance-views-vs-displays.html
@@ -0,0 +1,3 @@
+<p>Multiple displays in one view is <strong>appropriate</strong> when they are <strong>fundamentally similar</strong> and are <strong>sharing quite a fair amount of data</strong>. For example, showing upcoming events in either blocks or page and sorting it according to either event name or date of the event will be appropriate to be implemented by four displays (two blocks and two pages) in one view.</p>
+
+<p>In the other hand, having multiple displays in one view that contains <strong>mostly overrides</strong> will be a <strong>burden</strong> to the system and will be hard to maintain. Although, the effect of having only couple of such displays has negligible performance difference. It will be magnified when the number of displays in one view is large.</p>

--- help/performance.html
+++ help/performance.html
@@ -0,0 +1,1 @@
+<p>Views module is optimized for certain practices. To ensure Views has its best performance, please follow the following best practices for Views.</p>


