Essais de cache pour accélérer encore la page principale
This commit is contained in:
parent
68df6d45d6
commit
d18eb7aa18
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
= render '/regions/selector'
|
= render '/regions/selector'
|
||||||
|
|
||||||
= render '/lugs/search'
|
- cache do
|
||||||
|
= render '/lugs/search'
|
||||||
|
|
||||||
- if params[:year]
|
- if params[:year]
|
||||||
-# Whole year calendar
|
-# Whole year calendar
|
||||||
@ -46,21 +47,22 @@
|
|||||||
%strong.city= event.city.gsub '-', ' '
|
%strong.city= event.city.gsub '-', ' '
|
||||||
= event.title
|
= event.title
|
||||||
|
|
||||||
.formats
|
- cache do
|
||||||
%em.fa.fa-rss
|
.formats
|
||||||
=raw t '.calendar_in',
|
%em.fa.fa-rss
|
||||||
rss: link_to('RSS', events_url(:rss,
|
=raw t '.calendar_in',
|
||||||
tag: params[:tag], region: params[:region])),
|
rss: link_to('RSS', events_url(:rss,
|
||||||
webcal: link_to('webcal', events_url(:rss,
|
tag: params[:tag], region: params[:region])),
|
||||||
tag: params[:tag], protocol: 'webcal', format: :ics, tag: params[:tag], region: params[:region])),
|
webcal: link_to('webcal', events_url(:rss,
|
||||||
ical: link_to('iCal', events_url(:rss,
|
tag: params[:tag], protocol: 'webcal', format: :ics, tag: params[:tag], region: params[:region])),
|
||||||
tag: params[:tag], format: :ics, tag: params[:tag], region: params[:region]))
|
ical: link_to('iCal', events_url(:rss,
|
||||||
|
tag: params[:tag], format: :ics, tag: params[:tag], region: params[:region]))
|
||||||
|
|
||||||
%a#banner(href='http://april.org/campagne')
|
%a#banner(href='http://april.org/campagne')
|
||||||
-#%img(src='http://www.april.org/campagne/images/priorite-logiciel-libre-je-soutiens-april.png'
|
-#%img(src='http://www.april.org/campagne/images/priorite-logiciel-libre-je-soutiens-april.png'
|
||||||
width='580' height='76' alt='Priorité au Logiciel Libre! Je soutiens l\'April.')
|
width='580' height='76' alt='Priorité au Logiciel Libre! Je soutiens l\'April.')
|
||||||
= image_tag 'priorite-logiciel-libre-je-soutiens-april_2_m.png',
|
= image_tag 'priorite-logiciel-libre-je-soutiens-april_2_m.png',
|
||||||
width: '374', height: '48',
|
width: '374', height: '48',
|
||||||
alt: 'Priorité au Logiciel Libre! Je soutiens l\'April.'
|
alt: 'Priorité au Logiciel Libre! Je soutiens l\'April.'
|
||||||
|
|
||||||
- set_events_meta
|
- set_events_meta
|
||||||
|
Loading…
Reference in New Issue
Block a user