Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

How would a headless website on Odoo look like?

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
websitee-commerce
3 Risposte
8591 Visualizzazioni
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
Abbandona
Avatar
info@gevenhout.nl
Autore Risposta migliore

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
Abbandona
Avatar
Webkul
Risposta migliore

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
Abbandona
Avatar
Lille Butik Gmbh
Risposta migliore

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

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
E-commerce : B2B / B2C
website e-commerce
Avatar
Avatar
2
lug 24
4171
I'm still yet to see a professional looking e-commerce Odoo site
website e-commerce
Avatar
0
feb 23
2614
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? Risolto
quickstart website e-commerce
Avatar
1
giu 21
5229
How i can add script js in one web page ? Risolto
javascript website e-commerce
Avatar
Avatar
Avatar
3
mag 20
13103
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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