Rails 4.1 Performance Fundamentals - TorrentBank

File Name:Rails 4.1 Performance Fundamentals

Create Tool:Transmission/2.83 (14283)

Create Time:2014-07-08 18:40:30

File Size:809.35 MB

File Count:77

File Hash:4341b18939567ca920690b8259e7cc05d7ddba50

Magnet Link:

Magnet Link:

Torrent File:

01. Introduction/01_01-Introduction.mp4 2.70 MB
01. Introduction/01_02-Why Performance.mp4 9.02 MB
01. Introduction/01_03-Premature Optimization.mp4 2.60 MB
01. Introduction/01_04-My Recommended Approach.mp4 19.82 MB
01. Introduction/01_05-Performance Vs. Throughput Vs. Scalability.mp4 3.87 MB
01. Introduction/01_06-Rails Performance on the Client Side, Server Side, and in Between.mp4 7.28 MB
01. Introduction/01_07-Summary.mp4 2.20 MB
02. Ruby 2.1/02_01-Introduction.mp4 1.11 MB
02. Ruby 2.1/02_02-Copy-on-write Memory Sharing.mp4 3.36 MB
02. Ruby 2.1/02_03-Generational Garbage Collection.mp4 1.99 MB
02. Ruby 2.1/02_04-Faster Than 2.0.mp4 2.36 MB
02. Ruby 2.1/02_05-Much Faster Than 1.9.3.mp4 3.32 MB
02. Ruby 2.1/02_06-I Teach U App and Apache Bench.mp4 10.17 MB
02. Ruby 2.1/02_07-Comparing 1.9.3 to 2.1.1 Using Apache Bench.mp4 30.36 MB
02. Ruby 2.1/02_08-Memory Consumption in Ruby 2.1.0 and 2.1.1.mp4 23.24 MB
02. Ruby 2.1/02_09-Summary.mp4 1.36 MB
03. Rails Performance and the Database/03_01-Introduction.mp4 3.63 MB
03. Rails Performance and the Database/03_02-Profiling, X-Runtime, and the Browser's Network Debug Panel.mp4 16.76 MB
03. Rails Performance and the Database/03_03-The Rails Log.mp4 31.78 MB
03. Rails Performance and the Database/03_04-Pagination and Kaminari.mp4 12.66 MB
03. Rails Performance and the Database/03_05-Missing Indexes and Lol_dba.mp4 24.04 MB
03. Rails Performance and the Database/03_06-Bullet, N+1 Queries, and Counter Caches.mp4 41.63 MB
03. Rails Performance and the Database/03_07-Rack-Mini-Profiler and Flamegraphs.mp4 34.49 MB
03. Rails Performance and the Database/03_08-Select and Pluck.mp4 7.87 MB
03. Rails Performance and the Database/03_09-The Query Cache.mp4 3.61 MB
03. Rails Performance and the Database/03_10-New Relic and Rails Panel.mp4 18.12 MB
03. Rails Performance and the Database/03_11-Do Not Order By created_at.mp4 10.22 MB
03. Rails Performance and the Database/03_12-Making Multiple Writes Use a Transaction.mp4 2.25 MB
03. Rails Performance and the Database/03_13-Iterating Over Tons of Rows Use find_each.mp4 17.70 MB
03. Rails Performance and the Database/03_14-Summary.mp4 8.99 MB
04. Browser Caching/04_01-Introduction and HTTP Headers.mp4 3.92 MB
04. Browser Caching/04_02-Last-Modified and If-Modified-Since.mp4 3.02 MB
04. Browser Caching/04_03-ETag and If-None-Match.mp4 2.73 MB
04. Browser Caching/04_04-Cache-Control and Max-age.mp4 2.63 MB
04. Browser Caching/04_05-RackETag and RackConditionalGet.mp4 4.59 MB
04. Browser Caching/04_06-stale and fresh_when.mp4 19.51 MB
04. Browser Caching/04_07-Declarative ETags and the ETagger Gem.mp4 11.00 MB
04. Browser Caching/04_08-Setting Cache-Control max-age With expires_in.mp4 1.62 MB
04. Browser Caching/04_09-Disable Middleware that Modifies the Body.mp4 7.13 MB
04. Browser Caching/04_10-Demo.mp4 51.68 MB
04. Browser Caching/04_11-Summary.mp4 3.53 MB
05. Fragment Caching/05_01-Introduction and Cache Stores.mp4 4.79 MB
05. Fragment Caching/05_02-Setting Up Memcached in Rails and for Development.mp4 4.34 MB
05. Fragment Caching/05_03-Fragment Caching.mp4 5.89 MB
05. Fragment Caching/05_04-Fragment Caching With Array as Cache Key.mp4 2.67 MB
05. Fragment Caching/05_05-Fragment Caching a Paginated List.mp4 8.32 MB
05. Fragment Caching/05_06-Hash as a Fragment Cache Key.mp4 2.68 MB
05. Fragment Caching/05_07-Cache Expiration Strategies, From Best to Worst.mp4 7.20 MB
05. Fragment Caching/05_08-Cache Key Includes a Digest of View Contents.mp4 4.63 MB
05. Fragment Caching/05_09-Demo Fragment Caching the Index Pages.mp4 24.89 MB
05. Fragment Caching/05_10-Demo Fragment Caching the Show Pages.mp4 15.98 MB
05. Fragment Caching/05_11-Benchmark Results From Fragment Caching.mp4 18.47 MB
05. Fragment Caching/05_12-Summary.mp4 3.35 MB
06. Russian Doll Caching/06_01-Introduction to Russian Doll Caching.mp4 9.72 MB
06. Russian Doll Caching/06_02-Hiding Links.mp4 2.72 MB
06. Russian Doll Caching/06_03-Time Zones.mp4 2.45 MB
06. Russian Doll Caching/06_04-Increasing Cache Hits.mp4 4.69 MB
06. Russian Doll Caching/06_05-Helping Rails Know What Partial was Used.mp4 6.52 MB
06. Russian Doll Caching/06_06-Demo Implementing Russian Doll Caching.mp4 37.70 MB
06. Russian Doll Caching/06_07-Benchmark Results From Russian Doll Caching.mp4 40.81 MB
06. Russian Doll Caching/06_08-Summary.mp4 4.85 MB
07. Turbolinks and pjax/07_01-Introduction and the Responsiveness Myth.mp4 4.52 MB
07. Turbolinks and pjax/07_02-Installing Turbolinks.mp4 16.73 MB
07. Turbolinks and pjax/07_03-How Turbolinks Works.mp4 5.38 MB
07. Turbolinks and pjax/07_04-Third Party Plugin Compatibility and jQuery Turbolinks.mp4 14.04 MB
07. Turbolinks and pjax/07_05-Bind $(document) Events Outside 'ready'.mp4 4.24 MB
07. Turbolinks and pjax/07_06-All Scripts in 'body' are Evaluated.mp4 1.37 MB
07. Turbolinks and pjax/07_07-Opt Out for Selected Links.mp4 1.96 MB
07. Turbolinks and pjax/07_08-Testing Turbolinks.mp4 1.03 MB
07. Turbolinks and pjax/07_09-Demo Benchmarking Turbolinks.mp4 18.39 MB
07. Turbolinks and pjax/07_10-Transition Cache.mp4 16.88 MB
07. Turbolinks and pjax/07_11-pjax.mp4 3.54 MB
07. Turbolinks and pjax/07_12-Summary.mp4 4.78 MB
08. Conclusion/08_01-Conclusion and Why Performance.mp4 1.95 MB
08. Conclusion/08_02-Overview of Topics Covered in This Course.mp4 5.06 MB
08. Conclusion/08_03-More Learning.mp4 10.69 MB
Exercise files/rails-4-1-performance-fundamentals.zip 16.25 MB
http://bt3.rutracker.org/ann?uk=2q1YYyCBGq
http://retracker.local/announce

TorrentBank
Copyright © 2024