Loading...
Answers
MenuNeed help with my outdated legacy system. How would you architect this? API First Cloud CMS or custom CMS? (see details)
I have a site with about 100K users and 500 different contents (articles, lists, blog posts). I have been building and customizing on a Wordpress platform with a VPS, but now the technology is getting more complicated. I also need different types of technology (data and d3.js) integrated into the content. Also need to integrate an ad server with native display advertising. Outgrowing my legacy Wordpress. What may be the better way to architect this platform?
Answers
Maybe the prudent approach is to create a parallel system which includes all the newer technologies. Instead of an all or nothing transition, transfer one (or a few) functions at a time. If something goes wrong, you have a failback. If things work well, you can speed up the transition until everything is moved over.
There's no reason that Wordpress couldn't handle this, but it's true that you may have outgrown your current setup. I recently migrated a site with 30K users and 19K articles with legacy 301s for all of them. It was cumbersome, but doable.
You may want to use dedicated hardware, but it all depends on the load and it's probably not necessary. This is definitely the kind of work you want to pay to have done. If you DM me I'll connect you with a firm I worked with to do mine.
Good Answers here. I would agree that WordPress should not have trouble scaling with your needs if setup properly. You may also try cloning your site for testing purposes to revisit how your content architecture is structured vis-a-vis your various content types and add-on technologies (data, d3.js, ads). Doing this both from a front-end perspective and backend editorial workflow would probably yield productivity gains on both human and server/machine sides. Even if you decide to leave WordPress the the exercise would probably still yield useful lessons for your new choice of CMS.
Throwing my hat in the ring and hopefully give you something of substance in the process.
Q: what provider are you running your VPS on and how?
Ex: WHM with cPanel and Wordpress 32GB RAM 4 CPU @ 2.8Ghz
A: we use GCE google Compute Engine, pay by the drink and zero slow down.
Q: Have you considered splitting things up? User Management server (AD ish), SSO to Wordpress & other DB servers, with hand offs and API calls to each other?
A: having each VM or VPS run side by side in a VPC will make for quick light work.
Q: you mentioned legacy Wordpress... Older version or??
A: We don't have any clients with WP issues on speed, it's usually the horse power of the VPS / VM and potentially plugins that are not quite up to par for a use case. Running WP on a pure LAMP makes for huge differences in performance.
Over all, I would recommend isolating servers and use them for specific tasks only and let the VMs do that one job very well. API to communicate between the VMs as needed.
Lastly, as for the ad engine - you may wan to look into an OpenX server.
Related Questions
-
What are the best cloud based products for operations compliance, monitoring and reporting?
Easily the best tool out there is www.perfectcloud.io/smartsignin. Not only does it make importing employee databases super simple it provides next gen security to profiles and all cloud sharing and it has a top of the line auditing system. Easily a one stop shop that will change how you manage and monitor.DW
-
Need help to understand how far APIs can take it us & what the user experience will actually look like?
While you are considering bringing all the Content Marketing & Measurement features and capabilities together with Project Managment ( I am assuming some type of cohesive management Dashboard with combined analytics ?), you might want to consider the following: - the integrated product should not make it a challenging user experience overall - is this something the customer/client needs, do you have relevant feedback to validate such a move ? - what might be the benefits to the platform & users by such a change It is hard to comment regarding APIs without more context on your goals. I have leveraged publicly available connectors & API modules to connect CRM, marketing automation and payment functions successfully. Happy to discuss further over a call and address your questionsSV
-
How and where to host a mobile app developed in PHP?
I've built a load of apps over the years and tried out many of the major providers. Currently I'm the CEO of a startup making advanced email technology, which is incredibly server intensive, so I feel I'm in a good position to advise! I'm not sure from your question if you're looking to host the backend or frontend of your mobile app, but what I have to say applies to both really. I'm going to assume that you're not a systems administrator, and have no desire to be, so I think that rules out self-hosting and colocation. That's when you buy servers to run yourself or rent server space in a shared facility. You'd need to spend a lot of time maintaining these servers, fixing bugs, etc. and it's basically a full time job. Next up we have the option of renting space on shared servers. You can get instances on Amazon EC2 or Rackspace fairly cheaply, and you'll be able to start out with a default configuration that has an operating system loaded for you already. You'll still have to maintain these though, and the way I look at it, do you really want to be responsible for installing updates and 0-days on a server if you're at an important event, or in the middle of something? I sure don't. Then we get down to PaaS (Platform as a Service) offerings like Amazon Elastic Beanstalk and Heroku. You'll rent small amounts of scalable space from them which you can increase or decrease at any time. So if you get a spike in traffic, you're covered. You'll get more transparent pricing, more support, and you're not responsible for updates and server maintenance. You get less control of the stack this way (for instance, it's more difficult to install custom packages) but it's far less admin than any of the previous options. This is where I think you're at, and having used the two I think you'd be best off with Heroku. They have good and bad points (doesn't everyone) but I've been using them for some time now and haven't had any major problems. Deploying code is a couple of lines in a terminal - it's super easy. And maintenance is all taken care of for you. Some companies have taken PaaS to the next level and just provide you with an API and a nice web interface to interact with them, like Parse. You can host Javascript on Parse, but not PHP, so it's not a good fit for you. There's other cheaper options too, like shared hosting. As you're using PHP you could host on the majority of web hosts (1and1, Hostgator, etc.). This is a terrible idea, and you shouldn't do it. You'll hit memory limits and other nasties really quickly, and you'll not get the developer support you need. There's a ton of other hosting companies out there that I didn't mention, and it's a massive topic. You'll also need to think about databases and storage, and who's going to manage the deployment of code. I'd love to talk to you more about this. Schedule a call if you have any other questions, or if I can explain anything more thoroughly for you.JP
-
The schools are dispatching school buses to pick up students in AM and drop off in PM. Some students will be absent in AM, in PM parents not home?
My answer will be short: Definitely an app. I'll be more than happy to discuss details further.GS
-
How can I build a successful Cloud services business?
Yeah you can start with a little team and then expand to bigger one. Double the tech support people every time your customer base gets doubled and increment sales people as needed. The reason why I am saying doubling the tech support people is because the technical support is one of the top reasons a hosting company is selected by the customer. No matter what kind of services you provide, if your tech support is weak then people will switch to another immediately. I can't tell you much here as these strategies are part of my own business model. But if you could give me a call then we can discuss it further.AS
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.