Large WordPress Media Library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brujah
    Beer Money Baron
    • Jan 2001
    • 22157

    #1

    Large WordPress Media Library

    What's the largest number of images/attachments you've seen in a WP install? Have you had any issues with it? I'm wondering if it can handle 1 million images. What about 10 million?
  • martinsc
    Too lazy to set a custom title
    • Jun 2005
    • 27047

    #2
    I'm sure Fris has taken wp to the limits....
    Make Money

    Comment

    • dgraves
      Confirmed User
      • Nov 2005
      • 2283

      #3
      why would there be a limit? how many threads can GFY handle?
      Gloryhole Swallow | Cumpsters | Spy Tug | Cum Clinic | Chica's Place

      Comment

      • AdultKing
        Raise Your Weapon
        • Jun 2003
        • 15601

        #4
        A client has a media library of 1.2 million images. Wordpress doesn't seem to mind.

        Comment

        • Socks
          Confirmed User
          • May 2002
          • 8475

          #5
          Originally posted by AdultKing
          A client has a media library of 1.2 million images. Wordpress doesn't seem to mind.
          It's just being polite. Ask it after a few drinks.

          Comment

          • ottopottomouse
            She is ugly, bad luck.
            • Jan 2010
            • 13177

            #6
            Originally posted by Socks
            It's just being polite. Ask it after a few drinks.
            ↑ see post ↑
            13101

            Comment

            • fris
              Too lazy to set a custom title
              • Aug 2002
              • 55679

              #7
              as long as you have the disk space, no limits ;)
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              Comment

              • Brujah
                Beer Money Baron
                • Jan 2001
                • 22157

                #8
                Good to know. How are you managing the organization and display of over 1 million attachments? Any good plugins? Gallery pagination?

                Comment

                • fris
                  Too lazy to set a custom title
                  • Aug 2002
                  • 55679

                  #9
                  Originally posted by Brujah
                  Good to know. How are you managing the organization and display of over 1 million attachments? Any good plugins? Gallery pagination?
                  i would just use the default gallery system, that way no real overhead, if you wanted to add a lightbox, just parse all images and add it via jquery, that way you dont need a plugin to do it.
                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                  Comment

                  • fris
                    Too lazy to set a custom title
                    • Aug 2002
                    • 55679

                    #10
                    something like this for the lightbox

                    Code:
                    jQuery(document).ready(function($){
                    	$(".postContent a[rel!=link]:has(img)").lightbox();
                    });
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    • Brujah
                      Beer Money Baron
                      • Jan 2001
                      • 22157

                      #11
                      I'll check out the lightbox idea. Just planning ahead how to manage large galleries. Say I add attach a set of 200 (or more) images to a post. If I use the built-in, it'll display all attachments to a post on 1 page without pagination. Would prefer to avoid that, so trying to decide on a better workflow.

                      Comment

                      • fris
                        Too lazy to set a custom title
                        • Aug 2002
                        • 55679

                        #12
                        Originally posted by Brujah
                        I'll check out the lightbox idea. Just planning ahead how to manage large galleries. Say I add attach a set of 200 (or more) images to a post. If I use the built-in, it'll display all attachments to a post on 1 page without pagination. Would prefer to avoid that, so trying to decide on a better workflow.
                        theirs a good plugin that also allows you to upload a zip of images and will add them to a post.

                        http://wordpress.org/extend/plugins/...-media-by-zip/
                        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                        Comment

                        Working...