Skip to content

Performance optimization

Florent Chehab requested to merge performance/re_setup_analysis into master

Performances optimizations:

  • user groups are now accessible in cached_groups of user. User model is changed: new one is available in base_app.models
  • History and PendingModeration are now optimized: we cache the number of versions and if there is something pending moderation in the models. Also, history and pending moderation data must be queried separately.

Merge request reports