-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.3.2, 8.5.3, 8.6.2, 8.4.5, 8.7.2
-
None
-
1
-
Severity 3 - Minor
-
1
-
Issue Summary
Increased load time when viewing blog posts on Confluence instances with large number of blog posts over several years (3.5k blog posts over 14 years).
This is reproducible on Data Center: yes
Steps to Reproduce
- Install a Confluence version mentioned in the affected versions
- Find a dataset or create a space with a lot of blogposts (e.g. 3000 blog posts over 10+ years)
- Navigate to any blogpost
Expected Results
Blog post loads as fast as other pages.
Actual Results
~6-10 second delay when loading blog post page. `PageManager.getBlogPosts()` is executed several times:
[5711.1ms] [count: 14, avg: 407.9ms] - PageManager.getBlogPosts()
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
CONFSERVER-83349 Increase in load time when accessing Blogpost
- Closed