.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _introduction_performance: Performance Gain ================ Starting situation ------------------ We have a multisite installation with * 600 website (root pages) * 3.500 frontend users * 400 frontend user groups * 60.000 pages * 250.000 content elements * 3.000 categories * 100.000 news * 5.000 news categories among others. Performance ----------- User is logged in with admin access Without multisite: 25 seconds ''''''''''''''''''''''''''''' Opening a news form in the backend needs 25 seconds. This form displays 100.000 news records in the field related news among other relations. With multisite: 1 second '''''''''''''''''''''''' Opening a news form in the backend needs less than 1 second. This form displays 40 news records in the field related news among other relations.