Does it make sense to fragment cache static partials
I have my views and layouts split into several partials, some of them are static partials i.e. no data from the database displayed here. Does it make sense to cache this data so that the erb templating system does not generate html every time, or does it only make sense to cache it in situations where something needs to be retrieved from the db every time.
thanks ash
+2
a source to share