Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

How to significantly speed up web client in v7 by turning off animation?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
webclientjavascriptperformancev7
1 Responder
8898 Visualizações
Avatar
Max Kosenko

Based on our tests animation takes > 80% of cpu on client computer. Plus some requests to server are waiting until animation will be finished. During fast browsing in the system it slows things too much. Is there any option to turn it off to make speed comparable to desktop erp systems?

2
Avatar
Cancelar
Abner Galeno Jr.

I would like the option of disabling the animations too, especially when I'm testing. Being able to shorten the animation time (in milliseconds) would be a very nice option as well.

Fabrice Henrion (fhe)

Can you precise exactly what you call animations?

Abner Galeno Jr.

I think it's about the fade-in and fade-out animation done by javascript on the web client..

Max Kosenko
Autor

Yes, I mean those JQuery animations of fading in/ou, animated resize and background tinting. All those things look nice for those who want to look on modern UI, but it slows down real work significantly. So having user (or system) option to turn off animation would benefit real heavy load users life

Alan Bell

apart from the fade out of the login screen I am not seeing any animations. Can you specifically point to an operation that features an animation or graduated fade?

Max Kosenko
Autor

Loading label, background tint, modal dialogs expanding. This is what I can visually see. Debugger shows a lot of animation during whole use.

Avatar
Alan Bell
Melhor resposta

things that fade in and out are:

  • The login screen

  • the "loading" animation while it assembles a page of html

  • date pickers fade out

  • Notifications fade in and out

there may be some things that have a 0.2second ease-out transition on them, but I can't find any. I just see the definition for it in the css files. jquery transitions are normally asynchronous, so they don't stop execution or slow anything down, you just start the transition and then the javascript carries on going so I doubt that anything much is waiting on an animation to complete - with the possible exception of the "Invalid username or password" error message on login which is in a callback at the end of the login pane fadein animation.

0
Avatar
Cancelar
Max Kosenko
Autor

When you saying something is asynchronous in javascript, you should take into account that it's actually not. It's taking 80% CPU, keeping some code on mutexes and blocking user input until it's finished. Just try to move fast around UI and you will see that animation literally slows you down a lot.

Abner Galeno Jr.

I think the CPU only eats 40-80% usage in a burst of less than a sec. but i noticed that not all operations are asynchronous. Using some tools, the resources even seems to be loaded sequentially - that's why the wait time adds up. Worst, the interface is usually unnecessarily locked in the process.

Abner Galeno Jr.

The "mostly sequential" loading of the resources can be inferred here : http://i.imgur.com/3bnj5FX.png . Maybe it's because of the modular architecture of OpenERP. In an interesting note, the user profile pic and search_reset.gif are now cached,so it seems some devs are reading the feedbacks?yey!

Alan Bell

I will do a video of me moving around the UI fast, I am not seeing much of a problem to be honest, running OpenERP on a virtual server located in Germany and I am in the UK using a fairly ordinary core i3 laptop. CPU doesn't go high at all. I am using chromium as my browser.

Alan Bell

ah, hang on, you are having domain resolution problems too. These animations you talk about, is that simply it assembling the page as the data arrives rather than any actual intentional animation?

Max Kosenko
Autor

When I was talking about 80% CPU, I cerntanly don't mean of whole CPU. I mean that 80% of application cpu time is taken by animation. And some animation just simply slow - modal dialogs are painfully slow resizing. If you check Chrome debugger you will see a lot of steps of redrawing frames on timer

Alan Bell

something isn't right there then. I am using Chrome, Chromium and Firefox on Ubuntu 12.10 with Intel graphics on a core i3 processor, it is perfectly smooth resizing and moving dialogs and doesn't show anything much in the javascript cpu profile in the debugger.

Max Kosenko
Autor

I see in debugger several timers one after another set to 300ms delays. It's not about not smooth. It's about that animation forces me to wait while I can already do something. It should be option for users to see it moving, fading and resizing or work faster.

Benoy P P

May i know, how to disable these animations ? Especially in the POS, for me the loading of products and details are more important, not the UI.

Flyguy

I am also experiencing a lot of wait times while navigating. And if you click a link while the screen is still loading, you get an error. Same thing with the search screen. You have to type very slowly, or else part of what you type gets lost. Very annoying. For an ERP system, I definately prefer speed over look anytime.

Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Passing id to javascript
javascript v7
Avatar
Avatar
1
jun. 15
5473
XMLRPC with JavaScript V7
javascript v7
Avatar
Avatar
Avatar
2
mai. 15
9353
How can we unit test javascript components in web addons?
webclient javascript development v6.1 v7
Avatar
Avatar
1
mar. 15
8229
Openerp 7 Client Error
javascript v7
Avatar
0
mar. 15
12397
Why won't my custom javascript module load? Resolvido
webclient javascript
Avatar
Avatar
1
mar. 15
8007
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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