Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

How would a headless website on Odoo look like?

Odoberať

Get notified when there's activity on this post

This question has been flagged
websitee-commerce
3 Replies
8550 Zobrazenia
Avatar
info@gevenhout.nl

I like to challenge the community to think about how a headless CMS for Odoo looks like. How can the Website and the E-commerce app function without a head? Would this be possible on Odoo.sh? What techniques could be used like PostgreSQL, Elasticsearch, NodeJS, CDN, load balancing, React.



We are in the early stages of developing an Odoo ecommerce platform. We discover Odoo website V14 is yet slow compared with custom made ecommerce platforms like bestbuy.com. The Lighthouse or Google Pagespeed Insights show a fairly low score For mobile between 20 and 60 on a 100 scale . For now maybe this is okay. But we would like Odoo to become a lightening fast e-commerce platform in the future . The techniques are there already there. Is it possible for the Odoo platform to become lightning fast? How is it possible for Odoo to become that fast. I think a headless mode can be the answer. What do you think?

(In my investigation I also found steersman.works build Odoo on top of AWS. Although it's not a real headless platform they are already able to build a lightning fast e-commerce platform like legionsafety.com

-1
Avatar
Zrušiť
Avatar
info@gevenhout.nl
Autor Best Answer

Thank you for your answers. Thanks to "Lille Butik GmbH" we found the "Vue Storefront Odoo" solution. In the meanwhile we developed websites based on this open source platform: https://github.com/vuestorefront-community/odoo 

Our websites based on this platform: 
https://www.gevenhout.nl
https://www.gevenholz.de

Please let me know if you have any question about our implementation.

0
Avatar
Zrušiť
Avatar
Webkul
Best Answer

Hello,

There are two parts to your question. Let us try to answer them sequentially -


Question 1. How Odoo e-commerce can be made headless and which major components the architecture should have?

In order to implement headless architecture with Odoo, we can select one of the already established and popular headless frameworks like React, Vue, Vue Storefront, etc.

For instance, if we take Vue Storefront as the headless front end. The system can then utilize Odoo's PostgreSQL database as the database for storing data, Elasticsearch for advanced search capabilities, and Node.js as the backend for Vue Storefront.


In this case, the Vue Storefront, built with Vue.js, will serve as the fast and flexible front-end, communicating with Odoo's backend through API calls. Additionally, React components can be integrated into Vue Storefront for specific functionalities, if needed.


To ensure high performance and availability, the architecture can also include a Content Delivery Network (CDN) to cache and distribute static assets globally. Furthermore, load balancing will be implemented to distribute client requests across multiple application servers efficiently.


In summary, this architecture can foster a decoupled and scalable e-commerce platform, utilizing the strengths of each component to deliver an outstanding user experience.


This architecture and various other similar architectures can be implemented on both the Odoo community, enterprise (self-hosted), and on Odoo.sh as well.


We have expertise in developing and implementing headless for the Odoo platform and more details on the approach and technology used, can be found here - https://webkul.com/odoo-headless-development/ 



Question 2. How can Odoo e-commerce perform better in terms of its speed? and what are the different ways through which we can make Odoo e-commerce perform at lightning-fast speed?

Although, with the later versions (especially the most recent one, Odoo 16), Odoo has significantly improved it's overall performance and speed. Still, there are various ways, through which we can further improve the overall speed and performance of the Odoo Website with different ways.

Essentially, the speed optimization can be further divided into three different parts -

A) Odoo's Website Structure Improvement - Here we work on several website KPIs like TTFB, Time to interact, First contentful point, onload time, full loading time, where the images are in recommended format, etc.

B) Odoo Backend Optimization - Step A, as described above, is related to the front end, and in the second step, analysis of the back end is done to check if there is any module that is poorly coded leading to the website performance issues.


C) Server Optimization - This is essentially ensuring that we have the right server architecture in place and if there is a need to tune up the server specifications or add more components and processes to the existing architecture like a load balancer, having elastic server implemented to bring lightening fast search results, having redis to enhance the overall session management (https://store.webkul.com/odoo-redis-session-store.html)


We have also created a headless e-commerce solution for Odoo using React NextJS for the front end and it is connected with Odoo using Custom Rest APIs. Check it out here - 

 https://store.webkul.com/odoo-headless-e-commerce.html 



Regards,

Team Webkul

0
Avatar
Zrušiť
Avatar
Lille Butik Gmbh
Best Answer

You might be interested  \https://www.odoogap.com/blog/odoogap-blog-1/vuestorefront-odoo-integration/

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
E-commerce : B2B / B2C
website e-commerce
Avatar
Avatar
2
júl 24
4125
I'm still yet to see a professional looking e-commerce Odoo site
website e-commerce
Avatar
0
feb 23
2592
minimum sales order quantity in website
product website e-commerce
Avatar
Avatar
2
nov 24
242
How to sort your products by default on website? Solved
quickstart website e-commerce
Avatar
1
jún 21
5220
How i can add script js in one web page ? Solved
javascript website e-commerce
Avatar
Avatar
Avatar
3
máj 20
13103
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now