Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python Web Apps that Fly with CDNs, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:58
    Welcome
  2. Урок 2. 00:03:07
    What is a CDN?
  3. Урок 3. 00:01:55
    More than one request
  4. Урок 4. 00:05:27
    Not just optimizing server-side
  5. Урок 5. 00:04:19
    Why I avoided a CDN
  6. Урок 6. 00:02:58
    Tech stack for our app
  7. Урок 7. 00:03:33
    What are we going to build?
  8. Урок 8. 00:01:02
    Meet your instructor
  9. Урок 9. 00:00:51
    Setup intro
  10. Урок 10. 00:01:13
    Get the source
  11. Урок 11. 00:01:05
    Installing Python 3
  12. Урок 12. 00:01:04
    Editor choices
  13. Урок 13. 00:01:30
    Bunny.net account
  14. Урок 14. 00:00:46
    Intro to static content
  15. Урок 15. 00:07:28
    Running the demo app
  16. Урок 16. 00:03:37
    Project code structure
  17. Урок 17. 00:02:23
    Local is always fast
  18. Урок 18. 00:03:46
    Running over ngrok
  19. Урок 19. 00:04:04
    CDNs and pull zones
  20. Урок 20. 00:10:25
    Creating the static content pull zone
  21. Урок 21. 00:02:32
    First CDN url
  22. Урок 22. 00:05:11
    The rest of the static links
  23. Урок 23. 00:04:28
    Faster still with preconnect tag
  24. Урок 24. 00:03:36
    Smaller images are still better
  25. Урок 25. 00:01:07
    Be careful with private content
  26. Урок 26. 00:02:12
    Large content introduction
  27. Урок 27. 00:01:49
    CDN object storage
  28. Урок 28. 00:01:39
    How Talk Python uses storage
  29. Урок 29. 00:02:15
    Where is our large content in the app?
  30. Урок 30. 00:01:09
    Getting the large files
  31. Урок 31. 00:03:25
    Creating the storage zone
  32. Урок 32. 00:04:03
    Uploading files
  33. Урок 33. 00:02:51
    Connecting and testing the CDN
  34. Урок 34. 00:07:07
    Demo: User-generated content in app
  35. Урок 35. 00:01:47
    Welcome to fresh caches
  36. Урок 36. 00:02:49
    The caching problem
  37. Урок 37. 00:03:14
    The caching fix
  38. Урок 38. 00:05:47
    cache_id_builder
  39. Урок 39. 00:08:22
    Demo: using cache_id_builder
  40. Урок 40. 00:01:18
    Remember vary by in the CDN
  41. Урок 41. 00:06:10
    Finishing the rest of the links
  42. Урок 42. 00:00:57
    Troubleshooting introduction
  43. Урок 43. 00:01:05
    Check the dev tools
  44. Урок 44. 00:02:51
    Try without the CDN
  45. Урок 45. 00:04:21
    Demo: Toggling CDN on and off for dev
  46. Урок 46. 00:02:08
    The CDN keeps logs too
  47. Урок 47. 00:02:57
    Purge the cache
  48. Урок 48. 00:01:48
    Fonts are tricky on the web
  49. Урок 49. 00:02:08
    But it's an ad company
  50. Урок 50. 00:01:52
    Bunny is not an ad company
  51. Урок 51. 00:01:27
    What does API compatible mean?
  52. Урок 52. 00:05:32
    Using Bunny fonts
  53. Урок 53. 00:01:04
    Performance testing introduction
  54. Урок 54. 00:09:02
    Testing with LightHouse
  55. Урок 55. 00:06:15
    Testing with network tools
  56. Урок 56. 00:03:58
    Quick review and thanks
  57. Урок 57. 00:00:28
    Remember the repo
  58. Урок 58. 00:01:04
    Stay in touch