Changes for page Performance

Last modified by Thomas Mortagne on 2024/09/04

From version 97.1
edited by Vincent Massol
on 2018/07/03
Change comment: Removing obsolete information about the old nav panel (we now have a new one that is more performant)
To version 98.1
edited by Vincent Massol
on 2018/07/03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -428,6 +428,30 @@
428 428  
429 429  Since 7.1 it's possible to directly get a tree of time spent in each step of the request by using [[debug mode>>dev:Community.Debugging#HDebugmode]].
430 430  
431 += Naviqation Tree =
432 +
433 +The Navigation Panel and other navigation trees can have some small performance issues under very high volumes. Here ares some base measures we did on some developer laptops to give you some ideas of the performance you should expect:
434 +
435 +Measure set 1:
436 +
437 +|=DB|=Levels|=Spaces|=Pages|=Requests
438 +|MySQL|5|6887|4049|31|180ms
439 +|HSQLDB|5|6762|4063|27|138ms
440 +|MySQL|1|2514|4962|27|331ms
441 +|HSQLDB|1|2377|4718|21|*3.15s*
442 +
443 +Measure set 2:
444 +
445 +|=DB|=Levels|=Spaces|=Pages|=Requests
446 +|Oracle|5|6943|4106|20|119ms
447 +|Oracle|1|2493|4982|20|153ms
448 +
449 +Measure set 3:
450 +
451 +|=DB|=Levels|=Spaces|=Pages|=Requests
452 +|Oracle|1|2485|4991|20|151ms|\\
453 +|PostgreSQL|1|2494|4991|20|125ms|
454 +
431 431  = Legacy =
432 432  
433 433  == Monitor plugin ==

Get Connected