Actions
Bug #25352
closedCreate trend form loads extremely slow with a lot of facts
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Trends
Target version:
-
Description
This is because all fact_names are loaded from the database.
foreman=# SELECT count(*) FROM "fact_names" WHERE (fact_names.name <> '_timestamp');
count
--------
351772
(1 row)
Details: https://gist.github.com/timogoebel/f61c4c7adac424a5c3705b9eacbfdf26
Updated by Lukas Zapletal about 6 years ago
- Subject changed from create trend form loads extremely slow with a lot of facts and makes the browser unresponsive eventually to Create trend form loads extremely slow with a lot of facts
- Triaged changed from No to Yes
Looks like not many users are using that, thanks for report!
Updated by Tomer Brisker about 6 years ago
- Is duplicate of Bug #18058: trend new page slow to load added
Actions