Drupal is a free, open-source content management system written in PHP that competes primarily with Joomla and Plone. The standard release of Drupal, known as Drupal core, contains basic features such as account and menu management, RSS feeds, page layout customization, and system administration.
N/A
Magnolia
Score 9.8 out of 10
Mid-Size Companies (51-1,000 employees)
Founded in Switzerland in 1997, Magnolia is a CMS used to build composable digital experiences. Magnolia helps create fully integrated customer experiences and speeds up digital delivery of content. Magnolia boasts 480 enterprise customers, thousands of Community Edition deployments, and more than 200 certified Magnolia Partners around the world. They further state that their enterprise customers include Sanofi, Generali, the Atlassian, The New York Times, Harley Davidson, and Union…
$3,500
per month
Squarespace
Score 8.4 out of 10
N/A
Squarespace is a CMS platform that allows users to create a DIY blog, eCommerce store, and/or portfolio (visual art or music). Some Squarespace website and shop templates are industry or use case-specific, such as menu builders for restaurant sites.
I've used Squarespace and WordPress for other businesses, and Drupal was honestly selected due to cost. It does a good job of scaling across our organization - and many units have benefited from having a space to provide content. Squarespace is more modern, and WordPress may …
I inherited Drupal from a developer who made the website for our nonprofit many years ago. It was increasingly obvious that it wasn't a fit for our organization, which has multiple staff and volunteers who need to edit or update the website but don't have coding experience. Wix …
Drupal excels at allowing seasoned programmers to really get creative with marketing initiatives in terms of working with a theme and the core code. That being said, it is definitely much more challenging for average developers and front-end builders to use, especially at …
Drupal is certainly a more complex animal, comparatively. But its power lies in its flexibility, extensibility, and stability. And the API is fantastic. There's really nothing else like it.
Between these products, as a developer I would most likely go with Drupal unless I had a very specific reason to go with something else. To put it simply, Drupal is capable of anything that these other products can do. It may take a little longer to configure it in some cases, …
Drupal is highly customizable unlike WordPress and Joomla. It may take a longer time to set up but it works well for the needs of the organizations it is set up for.
I've used a number of Content Management Systems in the past that have similar features to Magnolia including custom ones that aren't widely used or can be listed, but Drupal is probably the most comparable. I would say that Drupal is more kind to custom code and overall …
Magnolia is in a league of it's own vs the other platforms I have previously used. Rather than being a turnkey solution Magnolia puts the power into the hands of your company and developers allowing you to build anything you can imagine. Being a DXP rather than a CMS Magnolia …
Magnolia is not as costly as other enterprise grade platforms and is easier to deploy, more reliable and less resource hungry. It's often also easier to use and certainly easier to use than it's Open Source counterparts. It also manages content in a much more structured manner …
Cost was prohibitive for SiteCore. We liked the support that Magnolia gives us in terms of being an actual Company. We love open-source, but have had problems with Umbraco in the past in terms of upgrade paths etc.
Of all the ones we looked at that met our requirements Magnolia was clearly the best value for money and had a solid background that you could trust and that could take care of you in case of problems.
Putting all together: capabilities, support, community and price... Magnolia is the best combination, maybe not the best on each aspect, but for sure in the combination
Magnolia has an automatic, and speedy social media publication extension, which spread content to all social sites. Also, the insertion of extensions and plugins is more effective when on Magnolia against the opponents. Magnolia admits and adopts diversity, hence, it is a …
I evaluated many CMS products and I’m continuing to evaluate them to verify the new functionality introduced.
I evaluated these products: Alfresco, Apache Lenya, DotCMS, Drupal, Liferay, Hippo, Joomla, OpenCMS. I chose Magnolia because Magnolia offers two licensed community …
Again, Squarespace is the best option for small businesses seeking an e-commerce solution. If you need more robust features, look to Drupal or WordPress, depending on site size. Weebly or Wix are solid options for basic sites, but I personally have had significant issues with …
WordPress is much more flexible and offers a much broader and deeper range of capabilities that Squarespace. However, setting up a WordPress site can be quite time consuming in comparison, and you must commit to spending time regularly - at least once a month - to updating …
SquareSpace is infinitely easier to use than any CMS I've used before. It's more reliable and saves a lot of time. I wouldn't recommend SquareSpace for large e-commerce sites or big government sites, but for small business, it's ideal.
If you want to set up a basic Not For Profit (NFP) Membership system and content base, Word Press is easier than Drupal. However, if you have specific needs that require a fair bit of customisation then Drupal is the best CRM available. If the webmaster is confident with PHP and SQL, Drupal allows a lot of creativity.
Magnolia is a very capable DXP, that provides client with lots of flexibility in composing its own stack. While the core of the platform is a content management system, the open architecture of Magnolia DXP allows it to connect to any platform, allowing client to extend the capabilities. One scenario would be a centralized content hub - where through a single platform, content authors can choose which channel to distribute what content. For example, long form content for consumers viewing on a laptop, short form content for those using a mobile browser. This allow the client to personalized the experience based on channels. Another scenarios would be leveraging on GenAI - using Magnolia's built-in connector to ChatGPT. If that is not the service that one desire, you can always connect to another AI service such as Google Gemini. With GenAI, connected, content author can use AI as co-pilot to help them scale up their content production.
Squarespace is one of the best solutions out there for building a website or web experience that looks good, has great functionality and is cost-effective, even for smaller businesses. Although most people in marketing will find most of the elements intuitive, if the creator is struggling with any of the functionality, there are many, many support options and other users who can offer assistance.
Speed of development - time to delivery from zero to MVP was excellent
Ease of use - the authoring experience is very easy to build and train
PAAS/SAAS - the managed service platform removed the traditional overhead of running in-house technologies, meaning we could focus on value add, with less time spent keeping the lights on.
Stupid simple to use. I know very creative people who cannot code and this is probably the easiest ever platform for them!
Pretty website templates and great functionality with showing off portfolios.
They've already figured out what are the problems that non-coding people have when creating websites and they've figured out a simple solution for all of it.
This is not an easy CMS to work with if you don't have a good understanding of website development. It isn't "plug-and-play" like Wordpress or Shopify.
Over time, doing major updates to the system can be taxing, especially if you aren't well-versed enough in doing system updates in line with your "child" theme and code.
The CMS can become somewhat cumbersome with server resources if not carefully optimized while you build and customize it to your liking.
The documentation provides samples that are often out of context, and difficult to know where the provided example code should be implemented. More tutorials providing the full project or step-by-step instructions on how to implement subject material would help greatly. Baeldung is a resource I would consider the gold standard in how this is done in other spaces.
The use of JCR and Nodes makes object serialization/deserialization painful. Jackson compatibility or similar would be a welcome enhancement to the developer experience. Maybe leveraging code-gen from light modules to build model classes when possible could help accomplish this.
Modifying the home layout from light modules is frustrating. It seems that any configuration overrides made merge with the default rather than overwriting, which makes for a difficult combination of guess-and-check while referencing the documentation to see what should be in each row/column when making changes.
Including "mark all as read" or "delete all" in the notifications app would be a great quality of life improvement. It seems that by default, users have to individually select messages and operate them.
The time and money invested into this platform were too great to discontinue it at this point. I'm sure it will be in use for a while. We have also spent time training many employees how to use it. All of these things add up to quite an investment in the product. Lastly, it basically fulfills what we need our intranet site to do.
As a team, we found Drupal to be highly customizable and flexible, allowing our development team to go to great lengths to develop desired functionalities. It can be used as a solution for all types of web projects. It comes with a robust admin interface that provides greater flexibility once the user gets acquainted with the system.
We've shown it to a number of users both clients and our own team and despite initial apprehensions, they "get it" very quickly. It's intuitive and friendly and quick to perform daily tasks. We once had a client tell us "Using Magnolia makes me smile" which says it all for us.
It's simple to use for someone who is really good with computers as well as those who are not. I've been using my personal squarespace for years and have also helped clients build a starting page which they are later able to manage theirselves.
Drupal itself does not tend to have bugs that cause sporadic outages. When deployed on a well-configured LAMP stack, deployment and maintenance problems are minimal, and in general no exotic tuning or configuration is required. For highest uptime, putting a caching proxy like Varnish in front of Drupal (or a CDN that supports dynamic applications).
Drupal page loads can be slow, as a great many database calls may be required to generate a page. It is highly recommended to use caching systems, both built-in and external to lessen such database loads and improve performance. I haven't had any problems with behind-the-scenes integrations with external systems.
I gave [it] 7/10 only because of the loading time of pages. Otherwise, I think it deserves an 8. Normally this is not an issue per [se] but considering the rating matrix and as I have been asked to honestly write about it. Yes, the page loading times could be improved.
As noted earlier, the support of the community can be rather variable, with some modules attracting more attraction and action in their issue queues, but overall, the development community for Drupal is second to none. It probably the single greatest aspect of being involved in this open-source project.
You always get an answer based on your SLA. But you always get a solution. That's the successfactor in this case. To often i was frustrated about people in a company without even a clue what there product is about or how to solve a problem. Magnolia's Support Team does a very good job and try to help you in most of the cases
Help is available directly from the back end and uses full sentence searching to find answers to questions others may have asked before. With a ton of articles and support questions documents, it is very likely that your question has been answered. If not each page has the ability to open a direct email to support. Each case has a number and can be followed. Responses are often quick and have links and directions clearly stated
I was part of the team that conducted the training. Our training was fine, but we could have been better informed on Drupal before we started providing it. If we did not have answers to tough questions, we had more technical staff we could consult with. We did provide hands-on practice time for the learners, which I would always recommend. That is where the best learning occurred.
The on-line training was not as ideal as the face-to-face training. It was done remotely and only allowed for the trainers to present information to the learners and demonstrate the platform online. There was not a good way to allow for the learners to practice, ask questions and have them answered all in the same session.
Plan ahead as much you can. You really need to know how to build what you want with the modules available to you, or that you might need to code yourself, in order to make the best use of Drupal. I recommend you analyze the most technically difficult workflows and other aspects of your implementation, and try building some test versions of those first. Get feedback from stakeholders early and often, because you can easily find yourself in a situation where your implementation does 90% of what you want, but, due to something you didn't plan for, foresee, or know about, there's no feasible way to get past the last 10%
Drupal can be more complex to learn, but it offers a much wider range of applications. Drupal’s front and backend can be customized from design to functionality to allow for a wide range of uses. If someone wants to create something more complex than a simple site or blog, Drupal can be an amazing asset to have at hand.
I've used several CMSs like AEM and EpiServer, and comparatively, they all excel at different things. Magnolia is the best to develop for/against. Episerver has the best/most fluid UI in terms of content editing, and the overall admin experience AEM is just all around sucks.
Squarespace was quicker to set up and more accessible to manipulate the theme, pictures, and content. The page layouts are more versatile and fluid. With WordPress, more time-consuming efforts go into making a template work the way you want it to (because of the lack of the drag-and-drop grids that Squarespace has).
Drupal is well known to be scalable, although it requires solid knowledge of MySQL best practices, caching mechanisms, and other server-level best practices. I have never personally dealt with an especially large site, so I can speak well to the issues associated with Drupal scaling.
Magnolia has brought about positive impacts. For instance, we need not outsource web design and marketing services because thanks to this software, we can handle most work inhouse
The software is affordable with no compromises on capabilities and therefore it is gives us value for money.
The cost is reasonably decent. My client says they spent about $20 a month or $240 a year. I asked her if she could add Google AdSense to her blog one day, and they believe they can. They said a custom site would cost them $3000-10,000 depending on who does it. And I agreed, but I found the website they created was on the lower end of that range.