object @taxon cache @taxon attributes *taxon_attributes node do |t| child t.children => :taxons do attributes *taxon_attributes end end 01. /api/app/views/spree/v1/taxons/show.rabl API caching: Rabl
object @taxon cache @taxon attributes *taxon_attributes node do |t| child t.children => :taxons do attributes *taxon_attributes end end 01. /api/app/views/spree/v1/taxons/show.rabl API caching: Rabl
16:56:33 +0100 Rendered spree/api/v1/products/index.rabl (3.2ms) 02. With Cache 01 02 03 Started GET "/api/products/search?q%5Btaxons_id_eq%5D=558398358&page=1" for 127.0.0.1 at 2012-08-18 16:56:05 +0100 Rendered spree/api/v1/products/index.rabl (87.2ms) 01. Without Cache Api Caching: performance
16:56:33 +0100 Rendered spree/api/v1/products/index.rabl (3.2ms) 02. With Cache 01 02 03 Started GET "/api/products/search?q%5Btaxons_id_eq%5D=558398358&page=1" for 127.0.0.1 at 2012-08-18 16:56:05 +0100 Rendered spree/api/v1/products/index.rabl (87.2ms) 01. Without Cache Api Caching: performance