ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Who do you use for content delivery? (If that is even the right phrase)

    IT Discussion
    11
    43
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @1337
      last edited by

      @Pete-S said in Who do you use for content delivery? (If that is even the right phrase):

      CDN doesn't host, just cache. So if storage space is the problem CDN wont help.

      I read his post as too much data transfer. But, after rereading it, you are likely more correct.

      1 1 Reply Last reply Reply Quote 0
      • 1
        1337 @JaredBusch
        last edited by 1337

        @JaredBusch said in Who do you use for content delivery? (If that is even the right phrase):

        @Pete-S said in Who do you use for content delivery? (If that is even the right phrase):

        CDN doesn't host, just cache. So if storage space is the problem CDN wont help.

        I read his post as too much data transfer. But, after rereading it, you are likely more correct.

        Yeah, it's what I think might be going on.

        And to be honest the only real scenario I could think of is that they have huge amount of data (hundreds of GB or TBs) and the provider doesn't have a plan big enough. Or the data is stored in a database, like a CRM for instance, and the database is grinding to a halt with too many huge files in it.

        1 Reply Last reply Reply Quote 0
        • T
          taurex @JasGot
          last edited by

          @JasGot Are these media files images or videos? For images, they can look into something like the Smush Pro plugin (provided they're using WordPress CMS), videos can be easily hosted elsewhere like on YouTube or Vimeo and simply embedded to the website instead. Or they're talking about excess traffic caused by this activity?

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @1337
            last edited by

            @Pete-S said in Who do you use for content delivery? (If that is even the right phrase):

            @JaredBusch said in Who do you use for content delivery? (If that is even the right phrase):

            @JasGot They are a CDN. By default they will cache static page information to save you the bandwidth. For free.

            CDN doesn't host, just cache. So if storage space is the problem CDN wont help.

            Some providers do provide hosting and call it a CDN. Rackspace comes to mind.

            1 Reply Last reply Reply Quote 1
            • scottalanmillerS
              scottalanmiller
              last edited by

              We used Rackspace for this in the past, and they were okay. That's what ML used to use, in fact.

              AWS is the market leader here, of course. Wasabi, Backblaze, Azure... all major players. A lot comes down to what you want. You want that CDN to just be blob storage on large scale, Wasabi is amazing, but if you need it for image hosting for your site's actual in line images, might be too slow. If you want streaming media, CloudFlare's media offering is going to be the best way to go. It depends a bit on the media and it's size, type, and need.

              J 1 Reply Last reply Reply Quote 0
              • J
                JasGot @scottalanmiller
                last edited by

                @scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):

                We used Rackspace for this in the past, and they were okay. That's what ML used to use, in fact.

                AWS is the market leader here, of course. Wasabi, Backblaze, Azure... all major players. A lot comes down to what you want. You want that CDN to just be blob storage on large scale, Wasabi is amazing, but if you need it for image hosting for your site's actual in line images, might be too slow. If you want streaming media, CloudFlare's media offering is going to be the best way to go. It depends a bit on the media and it's size, type, and need.

                Thanks. I'm getting more info on media types and sizes this morning.

                JaredBuschJ 1 Reply Last reply Reply Quote 1
                • JaredBuschJ
                  JaredBusch @JasGot
                  last edited by

                  @JasGot in my email jsut now.

                  569ce12d-48b4-4003-adb9-50052d2068ef-image.png

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    Clicking through, this is what it is.
                    fe9ec10c-496f-4b50-ae2d-ab60c7388a31-image.png

                    1 Reply Last reply Reply Quote 0
                    • K
                      Kris_K
                      last edited by

                      A CDN needs an origin to pull the data from and THEN cache it. Azure blob storage is one of many options you can go with. Comes with pretty much unlimited space (in petabytes).

                      1 Reply Last reply Reply Quote 0
                      • V
                        VoIP_n00b
                        last edited by

                        BunnyCDN

                        1 Reply Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce
                          last edited by

                          Is a CDN even needed? Or just a better place to host your files that offers more space and bandwidth? What are requirements for the CDN?

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            JasGot @Obsolesce
                            last edited by

                            @Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):

                            Is a CDN even needed? Or just a better place to host your files that offers more space and bandwidth? What are requirements for the CDN?

                            This is exactly what I now think.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @JaredBusch
                              last edited by

                              @JaredBusch said in Who do you use for content delivery? (If that is even the right phrase):

                              @JasGot in my email jsut now.

                              569ce12d-48b4-4003-adb9-50052d2068ef-image.png

                              We've been evaluating using that for a bit. Aren't using it yet, but it's on our radar.

                              1 Reply Last reply Reply Quote 0
                              • J
                                JasGot
                                last edited by

                                From the end user:

                                For all file types, my maximum upload file size with the host is 10 MB.
                                
                                Images: jpeg
                                Quantity: unlimited
                                Avg. size: 1 MB, not more than 2
                                
                                
                                Videos don’t get loaded up to the website, we just link to our YouTube channel and are able to embed videos from there.
                                
                                
                                Other: pdf
                                Quantity: unlimited
                                
                                Avg. size: Truly such a variation. Presently, the number of things on our website above 10 MB is extremely limited because we have to get specific permission every time to upload a larger file, and even then it’s only a bit more than 10. We have some epub/pdf files we’d like to add that are huge.
                                
                                              The best example is a picture book. We’d probably separate it into two files (Old  and New ), but even reduced as much as possible, those files are 18 MB and 25 MB.
                                
                                scottalanmillerS ObsolesceO M 3 Replies Last reply Reply Quote 0
                                • J
                                  JasGot
                                  last edited by JasGot

                                  So it is definitely a hosting policy. The question is, what would be a good choice to just house files so they can be linked to from their main website?

                                  Oops, forgot to get the answer about inline images v. downloads. BRB.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @JasGot
                                    last edited by

                                    @JasGot oh, they definitely want something like Wasabi for that. Your web host is never the right place for hosting things like a large PDF for someone to download. The needs of a normal website and the needs of large file download hosting don't line up. Even as a web host ourselves, we'd never use our own web services for that, we'd use a blob hosting service (even if it was our own.) This is where the Wasabi, AWS, Azure, etc. of the world are exactly what is needed. Very cheap, very easy.

                                    J 2 Replies Last reply Reply Quote 0
                                    • J
                                      JasGot @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):

                                      @JasGot oh, they definitely want something like Wasabi for that. Your web host is never the right place for hosting things like a large PDF for someone to download. The needs of a normal website and the needs of large file download hosting don't line up. Even as a web host ourselves, we'd never use our own web services for that, we'd use a blob hosting service (even if it was our own.) This is where the Wasabi, AWS, Azure, etc. of the world are exactly what is needed. Very cheap, very easy.

                                      Their web visitors are most from OUTSIDE the USA, would you change your recommendation with this new knowledge? Like move one of them to the front of the line?

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce @JasGot
                                        last edited by Obsolesce

                                        @JasGot said in Who do you use for content delivery? (If that is even the right phrase):

                                        From the end user:

                                        For all file types, my maximum upload file size with the host is 10 MB.
                                        
                                        Images: jpeg
                                        Quantity: unlimited
                                        Avg. size: 1 MB, not more than 2
                                        
                                        
                                        Videos don’t get loaded up to the website, we just link to our YouTube channel and are able to embed videos from there.
                                        
                                        
                                        Other: pdf
                                        Quantity: unlimited
                                        
                                        Avg. size: Truly such a variation. Presently, the number of things on our website above 10 MB is extremely limited because we have to get specific permission every time to upload a larger file, and even then it’s only a bit more than 10. We have some epub/pdf files we’d like to add that are huge.
                                        
                                                      The best example is a picture book. We’d probably separate it into two files (Old  and New ), but even reduced as much as possible, those files are 18 MB and 25 MB.
                                        

                                        Those sound like limits set in web/php config or other platform config. But yeah, you need some public storage with enough bandwidth, I don't see a need for CDN since no other requirements were mentioned.

                                        ObsolesceO 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @JasGot
                                          last edited by

                                          @JasGot said in Who do you use for content delivery? (If that is even the right phrase):

                                          @scottalanmiller said in Who do you use for content delivery? (If that is even the right phrase):

                                          @JasGot oh, they definitely want something like Wasabi for that. Your web host is never the right place for hosting things like a large PDF for someone to download. The needs of a normal website and the needs of large file download hosting don't line up. Even as a web host ourselves, we'd never use our own web services for that, we'd use a blob hosting service (even if it was our own.) This is where the Wasabi, AWS, Azure, etc. of the world are exactly what is needed. Very cheap, very easy.

                                          Their web visitors are most from OUTSIDE the USA, would you change your recommendation with this new knowledge? Like move one of them to the front of the line?

                                          Some hosts have geographic options to load balance locally for everyone. But we'd need a lot more info to know what to recommend specifically. You need the full picture as there are loads of variables. And if it's just occasional PDF downloads, probably very little actually matters.

                                          1 Reply Last reply Reply Quote 0
                                          • ObsolesceO
                                            Obsolesce @Obsolesce
                                            last edited by

                                            @Obsolesce said in Who do you use for content delivery? (If that is even the right phrase):

                                            @JasGot said in Who do you use for content delivery? (If that is even the right phrase):

                                            From the end user:

                                            For all file types, my maximum upload file size with the host is 10 MB.
                                            
                                            Images: jpeg
                                            Quantity: unlimited
                                            Avg. size: 1 MB, not more than 2
                                            
                                            
                                            Videos don’t get loaded up to the website, we just link to our YouTube channel and are able to embed videos from there.
                                            
                                            
                                            Other: pdf
                                            Quantity: unlimited
                                            
                                            Avg. size: Truly such a variation. Presently, the number of things on our website above 10 MB is extremely limited because we have to get specific permission every time to upload a larger file, and even then it’s only a bit more than 10. We have some epub/pdf files we’d like to add that are huge.
                                            
                                                          The best example is a picture book. We’d probably separate it into two files (Old  and New ), but even reduced as much as possible, those files are 18 MB and 25 MB.
                                            

                                            Those sound like limits set in web/php config or other platform config. But yeah, you need some public storage with enough bandwidth, I don't see a need for CDN since no other requirements were mentioned.

                                            You can pick the region for most solutions. But if you store data in another region, then you may be obligated to follow local policies like GDPR for example.

                                            But as Scott said, need more data to know what to recommend. If it's pdfs, I don't see a reason for anywhere specific from that alone.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post