Summary: | "Content Views" page results in 2 requests to "/content_views" | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sean O'Keeffe <sokeeffe> |
Component: | Content Views | Assignee: | Ian Ballou <iballou> |
Status: | CLOSED WONTFIX | QA Contact: | Lai <ltran> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.5.0 | CC: | iballou |
Target Milestone: | Unspecified | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-07 19:33:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Sean O'Keeffe
2019-04-23 20:06:11 UTC
I am still seeing this behavior on a later build with tfm-rubygem-katello-3.10.0.46-1.el7sat.noarch. I do not see the same behavior on 6.4.3; therefore, marking as a Regression. Created redmine issue https://projects.theforeman.org/issues/27175 from this bug The issue here likely relates to Turbolinks in core Foreman since it has been seen before: https://projects.theforeman.org/issues/11884. There are a number of pages that have two GET requests rather than one when Turbolinks needs to do a full page refresh. This depends on differences in the JavaScript between the two pages that are being navigated between. Other pages where I've seen the duplicate GETs: All Hosts <-> Create Host All Hosts <-> About Create Host <-> Content Hosts Create Host <-> OSTree Branches The duplicate GET happens more often to/from core Foreman pages, perhaps it relates to jQuery as well. The duplicate GET request doesn't appear to be causing significant performance issues. In a performance test on a Satellite 6.5 instance with 83 Content Views, there was on average a 0.5 second decrease in speed when a duplicate GET request occurred. If there was a significant performance decrease when accessing Content Views in the 6.5 Beta, it's probably unrelated to the duplicate GET requests. Upstream bug assigned to iballou@redhat.com We are closing this as WONTFIX because Turbolinks classic (which causes this behavior) is soon going to be dropped from Satellite. |