Project

General

Profile

Bug #33956

Updated by Evgeni Golov over 2 years ago

Right now, we don't special-case our assets folders in Apache, which results in these requests hitting Rails instead of being served directly by Apache (which should be 1000000× faster). 

 Ewoud said this is because it was tried to be implemented when we switched from Passenger to Puma, but Katello assets were broken afterwards, details in https://projects.theforeman.org/issues/35409 afterwards. 

 I couldn't find an old issue for that, but if anyone has one, please link up!

Back