Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBryan Phelan
18,191 PointsWordPress File Hosting
Hello,
I have a WordPress site that people can receive certificates for attending conferences. I have MemberPress installed to handle memberships (some paid, some free). Currently after a conference I upload all the members into MemberPress and have custom fields to upload certificates into their profile. So everything is being hosted on my GoDaddy hosting account. I was running out of resources in my hosting account causing the site to crash, is this because of the numerous files on my server? Is there a better way to serve up these certificates?
2 Answers
Kevin Korte
28,149 PointsIt's hard to say what 'resources' you were running out of, you may need to check with GoDaddy. That could have been bandwidth, it could have been database size, or it could have been file disk size (aka your certificates/images/etc).
I could say maybe look at a solution like Amazon S3 to store the certificates, but if the resources you're running out of is bandwidth, or database size, that won't help.
I'd start by reaching out to GoDaddy and find out what exactly is causing the problem, and from there, you can then figure out the right direction to go.
Just curious, how many members do you have on the site?
Bryan Phelan
18,191 PointsIf I remember correctly it was mostly RAM that was maxing out.
I only have 310 members, probably only 100-150 with certificates.