name string Product description text name string price decimal (8,2) DiscountGroup discount integer name string User email string ∗ encrypted_password string ∗ first_name string last_name string Rating value integer
Processing by ProductsController#index as HTML Rendered products/index.html.haml within layouts/application (3022.3ms) Rendered layouts/_navbar.html.haml (12.5ms) Rendered layouts/_footer.html.haml (2.9ms) Completed 200 OK in 3097ms (Views: 3013.3ms | ActiveRecord: 72.6ms)
"s/.*-//g" cache line_item do cache [current_user, 'navigation_bar'] do cache [current_user, @current_cart, 'application_html'] do cache ['footer'] do cache [current_user, @products, 'products_index_table'] do cache [current_user, product, 'products_index_table_row'] do cache [current_user, @product, 'products_show'] do cache [current_user, @product, 'products_show_ratings_table'] do cache [rating, 'products_show_ratings_table_row'] do >
"4d348810e69400799e2ab684c0ef4777" > curl -I http://0.0.0.0:3000/ -b cookies.txt HTTP/1.1 200 OK Etag: "4d348810e69400799e2ab684c0ef4777" The cookie is needed for the CSRF-Token.
3 am) to preheat your cache. • Harddrive space is cheap. Take advantage of this! • Start to think about caching at the beginning of your development. You need a clean model structure!