Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Access over the internet v.e.. r...y s....l.....o......w!

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
connectionguiinternetspeed
2 Respuestas
14612 Vistas
Avatar
Cameron

Hi Our warehouse is separate from our office, Openerp connecting via the internet. LAN side it takes less than a second to load a page Internet side its a slow and painful 15 to 30 seconds to load a page!

We have 10MB download, 5MB upload microwave broadband at Server side. We have 2MB download 0.25MB upload at client

We use dynamic IP. - have tested with and without this, but no change?

Edit

Have been doing some testing and a quick review of the "log in page" using this gave this.

image description

Not that I understand the results! But 17/100 isnt good! I see one immediate area for improvement

Enable Compression - advise is to "Compressing resources with gzip or deflate can reduce the number of bytes sent over the network"

Edit 2 We have an 1/100 improvement :) - installed nginx - now scoring 18/100 - 82 more to go - still no compression!

Edit 3 We have had a small improvement :) - by changing the router - now scoring 34/100 - 66 more to go - still no compression!

Edit 4 We have had yet another small improvement :) - by giving the server another 2GB of memory - now scoring 36/100 - 64 more to go - still no compression!

Edit 5 Using Laura's link to Olivier below and "debugging tools" we have deduced that's its the first 2Mb of Java that's the slowing factor! Hence why I get a naff score when I test the log in page! (ok this is leading towards naff b'band, but - also noticed a couple of open wireless networks that we have tried (eg at shows) have what appear to be DNS issues somehow we can surf, but not use Openerp (cannot even ping)) .Once past the login page their is very minimal traffic!) I would still love to be able to enable compression on the 2MB of java! Any ideas?

2
Avatar
Descartar
Davide Corio

do you access openerp on port 8069? did you install a proxy (nginx/apache) in front of it?

Cameron
Autor

Yes I have access to 8069 - didnt install a proxy! I know I have mod_deflate already installed which works (tested http://www.whatsmyip.org/http-compression-test/) on port 80 but not working on 8069! Should I have installed a Proxy? - Now install nginx see edit 2 above

Mohammad Alhashash

Bandwidth is not everything regarding network performance. What is the latency from the remote site to the server? are there any lost packets? Try this command while using OpenERP: ping -n 200 YourOpenERPServer and post the result (last line)

iwan tantono

vote for this. i think my installation is slow over internet too. i try other erp software on the same server its load faster. why openerp is slow there must be some problem that i do not know. over lan its ok.

Avatar
Ray Carnes
Mejor respuesta

LAN side it takes less than a second to load a page

If OpenERP is performing well via the LAN, then you should concentrate exclusively on the network.

Three most common causes of slow network performance:

  • Congestion (too much traffic from too many users)
  • Data corruption (traffic being sent more than once because it is damaged during transmission)
  • Collisions (traffic being sent more than once because it can't make it the first time)

How do other client/server applications perform on this same network? If they are slow, then OpenERP will be slow.

We have several clients accessing OpenERP from hosted virtual servers on Amazon and Rackspace infrastructure and it is no slower than LAN access.

1
Avatar
Descartar
Cameron
Autor

Many thanks Ray - I think we need to decide on what is an acceptable speed, the warehouse department is getting a minimum of 10Mb down 5mb up broadband installed when this is done we will be able to assess its usability!

Jeudy Nicolas

Could you please test the latency ? if you just ping the server, how many ms ?

Cameron
Autor

Dont know if this is an accurate result. At the moment I can only pinging from the local LAN out and back to our external IP (I can only do this since we change our router) - Results for 200 pings are Min 0ms Max 0ms Average 0ms - will try and do from an external PC sometime soon!

Avatar
Laura Jarvenpaa
Mejor respuesta

This post may also help you: https://accounts.openerp.com/forum/Help-1/question/29837

1
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How to connect to OpenERP on WAN using XML-RPC ?
connection internet
Avatar
Avatar
Avatar
2
mar 15
7732
Would adding 8 extra STORED fields in different modules drastically reduce the speed? Resuelto
speed
Avatar
Avatar
1
nov 22
2578
OperationalError: no connection to the server
connection
Avatar
0
ago 17
7065
Connection to the title screen is very slow
connection
Avatar
Avatar
1
mar 15
6053
Multiple database login slow
speed
Avatar
0
mar 15
4032
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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