Python Web Apps that Fly with CDNs Transcripts
Chapter: Troubleshooting
Lecture: Troubleshooting introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Help, you've gone and launched your site and it looks like this. Oh my goodness, what is wrong with it here?
0:11
Well, multiple things, clearly the Apple category and the EV category are all sorts of broken. For some reason, the styles are gone,
0:22
the navigation bar is gone, the colors are all messed up. So probably some CSS didn't show up, it looks like some images didn't show up.
0:31
Yikes, what do we do? Well, that's the topic of this chapter. You'll of course use the traditional web debugging features,
0:40
you know, looking for 404s and other types of errors, but with the CDN in the mix, you know, maybe those requests are never making it to you
0:48
and you need to do a little bit more work So that's what we're gonna talk about in this chapter
0:51
are what are the tools you have to figure out these errors, even when using a CDN.