Project

General

Profile

Actions

Bug #26760

closed

Audits page is very slow

Added by Kavita Gaikwad over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Audit Log
Target version:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1703490

Description of problem:
Satelllite Audits page is very slow

Version-Release number of selected component (if applicable):
Satellite 6.4.2

How reproducible:
Always

Steps to Reproduce:
1.Navigate to Satellite UI -> Monitor -> Audits page.

Actual results:
It took 37 seconds to load this page. (production.log postgresql.log attached)
/var/log/foreman/production.log:
2019-04-26T10:57:42 [I|app|97741] Completed 200 OK in 37373ms (Views: 265.2ms | ActiveRecord: 15229.5ms)

  1. time curl k -u admin https://satellite.example.com/api/audits > audit
    Enter host password for user 'admin':
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 13950 0 13950 0 0 817 0 -
    :--:-- 0:00:17 --:--:-- 3534

real 0m19.485s
user 0m0.047s
sys 0m0.066s

  1. head audit {
    "total": 5136427,
    "subtotal": 5136427,
    "page": 1,
    "per_page": 30,
    "search": null,
    "sort": {
    "by": null,
    "order": null
    },

Note:
- The response time increases with the number of audit entries. In the above example, I had 5.1 mill entries.
- The response time also increases in a production satellite with live traffic, the satellite I used had zero client production traffic.

Expected results:
Audit page should load faster

Additional info:


Subtasks 1 (0 open1 closed)

Refactor #27588: refactor audit extensions to rely less on taxonomixClosedTomer BriskerActions

Related issues 2 (0 open2 closed)

Related to Foreman - Bug #26777: add index on taxable_taxonomies tableClosedLukas ZapletalActions
Related to OpenSCAP - Bug #27332: List all hosts page in an organization takes long time when there is a lot of reportsClosedActions
Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Ondřej Pražák
  • Pull request https://github.com/theforeman/foreman/pull/6856 added
Actions #2

Updated by Lukas Zapletal over 5 years ago

  • Related to Bug #26777: add index on taxable_taxonomies table added
Actions #3

Updated by Ondřej Pražák over 5 years ago

  • Related to Bug #27332: List all hosts page in an organization takes long time when there is a lot of reports added
Actions #4

Updated by Tomer Brisker about 5 years ago

  • Target version set to 1.24.0
Actions #5

Updated by The Foreman Bot about 5 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7000 added
Actions #6

Updated by The Foreman Bot about 5 years ago

  • Fixed in Releases 1.24.0 added
Actions #7

Updated by Tomer Brisker about 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #8

Updated by Tomer Brisker almost 5 years ago

  • Subject changed from Satelllite Audits page is very slow to Audits page is very slow
Actions #9

Updated by Tomer Brisker almost 5 years ago

  • Assignee changed from Ondřej Pražák to Tomer Brisker
  • Pull request deleted (https://github.com/theforeman/foreman/pull/6856)
Actions

Also available in: Atom PDF