Essais de cache pour accélérer encore la page principale
This commit is contained in:
parent
d18eb7aa18
commit
8901183d12
@ -1,3 +1,7 @@
|
|||||||
ActiveAdmin.register Region do
|
ActiveAdmin.register Region do
|
||||||
permit_params :name
|
permit_params :name
|
||||||
|
|
||||||
|
after_update do
|
||||||
|
expire_fragment 'regions'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
display: none
|
display: none
|
||||||
position: absolute
|
position: absolute
|
||||||
list-style: none
|
list-style: none
|
||||||
margin-top: -1.3em
|
margin-top: -7em
|
||||||
background-color: white
|
background-color: white
|
||||||
@include box-shadow(1px 1px 4px gray)
|
@include box-shadow(1px 1px 4px gray)
|
||||||
@include border-bottom-left-radius(0.4em)
|
@include border-bottom-left-radius(0.4em)
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
-# Seems necessary, for the time being, to ensure calendar is changing days correctly
|
-# Seems necessary, for the time being, to ensure calendar is changing days correctly
|
||||||
- Time.zone = 'Paris'
|
- Time.zone = 'Paris'
|
||||||
|
|
||||||
|
- cache 'regions' do
|
||||||
= render '/regions/selector'
|
= render '/regions/selector'
|
||||||
|
|
||||||
- cache do
|
|
||||||
= render '/lugs/search'
|
= render '/lugs/search'
|
||||||
|
|
||||||
- if params[:year]
|
- if params[:year]
|
||||||
@ -47,7 +46,6 @@
|
|||||||
%strong.city= event.city.gsub '-', ' '
|
%strong.city= event.city.gsub '-', ' '
|
||||||
= event.title
|
= event.title
|
||||||
|
|
||||||
- cache do
|
|
||||||
.formats
|
.formats
|
||||||
%em.fa.fa-rss
|
%em.fa.fa-rss
|
||||||
=raw t '.calendar_in',
|
=raw t '.calendar_in',
|
||||||
|
Loading…
Reference in New Issue
Block a user