Fewer queries for for Conference#show
Reduces SQL wait times by >90% on splash pages.
This commit is contained in:
parent
29a640a267
commit
995176ffe5
11 changed files with 122 additions and 99 deletions
|
|
@ -31,7 +31,7 @@
|
|||
= sponsor.description
|
||||
.modal-footer
|
||||
= link_to nil, "#{sponsor.website_url}", target: '_blank'
|
||||
-if @conference.contact and !@conference.contact.sponsor_email.blank?
|
||||
- if @conference.call_for_sponsors.try(:open?)
|
||||
.row
|
||||
.col-md-12
|
||||
%p.text-muted.text-center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue