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