;(function() { window.createMeasureObserver = (measureName) => { var markPrefix = `_uol-measure-${measureName}-${new Date().getTime()}`; performance.mark(`${markPrefix}-start`); return { end: function() { performance.mark(`${markPrefix}-end`); performance.measure(`uol-measure-${measureName}`, `${markPrefix}-start`, `${markPrefix}-end`); performance.clearMarks(`${markPrefix}-start`); performance.clearMarks(`${markPrefix}-end`); } } }; /** * Gerenciador de eventos */ window.gevent = { stack: [], RUN_ONCE: true, on: function(name, callback, once) { this.stack.push([name, callback, !!once]); }, emit: function(name, args) { for (var i = this.stack.length, item; i--;) { item = this.stack[i]; if (item[0] === name) { item[1](args); if (item[2]) { this.stack.splice(i, 1); } } } } }; var runningSearch = false; var hadAnEvent = true; var elementsToWatch = window.elementsToWatch = new Map(); var innerHeight = window.innerHeight; // timestamp da última rodada do requestAnimationFrame // É usado para limitar a procura por elementos visíveis. var lastAnimationTS = 0; // verifica se elemento está no viewport do usuário var isElementInViewport = function(el) { var rect = el.getBoundingClientRect(); var clientHeight = window.innerHeight || document.documentElement.clientHeight; // renderizando antes, evitando troca de conteúdo visível no chartbeat-related-content if(el.className.includes('related-content-front')) return true; // garante que usa ao mínimo 280px de margem para fazer o lazyload var margin = clientHeight + Math.max(280, clientHeight * 0.2); // se a base do componente está acima da altura da tela do usuário, está oculto if(rect.bottom < 0 && rect.bottom > margin * -1) { return false; } // se o topo do elemento está abaixo da altura da tela do usuário, está oculto if(rect.top > margin) { return false; } // se a posição do topo é negativa, verifica se a altura dele ainda // compensa o que já foi scrollado if(rect.top < 0 && rect.height + rect.top < 0) { return false; } return true; }; var asynxNextFreeTime = () => { return new Promise((resolve) => { if(window.requestIdleCallback) { window.requestIdleCallback(resolve, { timeout: 5000, }); } else { window.requestAnimationFrame(resolve); } }); }; var asyncValidateIfElIsInViewPort = function(promise, el) { return promise.then(() => { if(el) { if(isElementInViewport(el) == true) { const cb = elementsToWatch.get(el); // remove da lista para não ser disparado novamente elementsToWatch.delete(el); cb(); } } }).then(asynxNextFreeTime); }; // inicia o fluxo de procura de elementos procurados var look = function() { if(window.requestIdleCallback) { window.requestIdleCallback(findByVisibleElements, { timeout: 5000, }); } else { window.requestAnimationFrame(findByVisibleElements); } }; var findByVisibleElements = function(ts) { var elapsedSinceLast = ts - lastAnimationTS; // se não teve nenhum evento que possa alterar a página if(hadAnEvent == false) { return look(); } if(elementsToWatch.size == 0) { return look(); } if(runningSearch == true) { return look(); } // procura por elementos visíveis apenas 5x/seg if(elapsedSinceLast < 1000/5) { return look(); } // atualiza o último ts lastAnimationTS = ts; // reseta status de scroll para não entrar novamente aqui hadAnEvent = false; // indica que está rodando a procura por elementos no viewport runningSearch = true; const done = Array.from(elementsToWatch.keys()).reduce(asyncValidateIfElIsInViewPort, Promise.resolve()); // obtém todos os elementos que podem ter view contabilizados //elementsToWatch.forEach(function(cb, el) { // if(isElementInViewport(el) == true) { // // remove da lista para não ser disparado novamente // elementsToWatch.delete(el); // cb(el); // } //}); done.then(function() { runningSearch = false; }); // reinicia o fluxo de procura look(); }; /** * Quando o elemento `el` entrar no viewport (-20%), cb será disparado. */ window.lazyload = function(el, cb) { if(el.nodeType != Node.ELEMENT_NODE) { throw new Error("element parameter should be a Element Node"); } if(typeof cb !== 'function') { throw new Error("callback parameter should be a Function"); } elementsToWatch.set(el, cb); } var setEvent = function() { hadAnEvent = true; }; window.addEventListener('scroll', setEvent, { capture: true, ive: true }); window.addEventListener('click', setEvent, { ive: true }); window.addEventListener('resize', setEvent, { ive: true }); window.addEventListener('load', setEvent, { once: true, ive: true }); window.addEventListener('DOMContentLoaded', setEvent, { once: true, ive: true }); window.gevent.on('allJSLoadedAndCreated', setEvent, window.gevent.RUN_ONCE); // inicia a validação look(); })();
  • AssineUOL
Topo

Ranking coloca Real Madrid como o clube mais valioso do mundo; veja top-30

Vinicius Jr., do Real Madrid, comemora gol. - Mateo Villalba/Quality Sport Images/Getty Images
Vinicius Jr., do Real Madrid, comemora gol. Imagem: Mateo Villalba/Quality Sport Images/Getty Images

Do UOL, em São Paulo

31/05/2023 13h40

A revista Forbes publicou nesta quarta-feira lista com os 30 clubes de futebol mais valiosos do planeta.

O que aconteceu

A revista especializada em economia avaliou o valor de mercado dos clubes. Entre os 30 times estudados e citados no ranking, o valor médio é de US$ 2,17 bilhões (R$ 11,9 bilhões na cotação atual).

O Real Madrid está no topo da lista pelo segundo ano consecutivo. O clube da capital espanhola é cotado em US$ 6,07 bilhões (R$ 31,03 bilhões). O Manchester United ultraou o Barcelona e ocupa a segunda posição.

Times de fora da Europa aparecem no ranking da Forbes pela primeira vez desde 2013 —na ocasião foi o Corinthians, único brasileiro citado em 16 edições.

Não há clubes brasileiros na lista deste ano.

Sete equipes dos EUA estão no top 30. O LAFC é o clube melhor posicionado, em 17º. Até 2023, a revista publicava listas com apenas 20 times, e não 30.

Confira o ranking de clubes mais valiosos do mundo

  1. Real Madrid: US$ 6,07 bilhões (R$ 31,03 bilhões)
  2. Manchester United: US$ 6 bi (R$ 30,68 bi)
  3. Barcelona: US$ 5,51 bi (R$ 28,17 bi)
  4. Liverpool: US$ 5,29 bi (R$ 27,05 bi)
  5. Manchester City: US$ 4,99 bi (R$ 25,51 bi)
  6. Bayern de Munique: US$ 4,86 bi (R$ 24,85 bi)
  7. PSG: US$ 4,21 bi (R$ 21,52 bi)
  8. Chelsea: US$ 3,1 bi (R$ 15,85 bi)
  9. Tottenham: US$ 2,8 bi (R$ 14,32 bi)
  10. Arsenal: US$ 2,26 bi (R$ 11,55 bi)
  11. Juventus: US$ 2,16 bi (R$ 11,04 bi)
  12. Borussia Dortmund: US$ 1,93 bi (R$ 9,87 bi)
  13. Atlético de Madrid: US$ 1,54 bi (R$ 7,87 bi)
  14. Milan: US$ 1,4 bi (R$ 7,16 bi)
  15. West Ham: US$ 1,08 bi (R$ 5,52 bi)
  16. Inter de Milão: US$ 1,03 bi (R$ 5,27 bi)
  17. LAFC: US$ 1 bi (R$ 5,11 bi)
  18. LA Galaxy: US$ 925 milhões (R$ 4,73 bi)
  19. Atlanta United: US$ 850 mi (R$ 4,36 bi)
  20. Crystal Palace: US$ 806 mi (R$ 4,12 bi)
  21. New York City: US$ 800 mi (R$ 4,09 bi)
  22. Newcastle: US$ 794 mi (R$ 4,06 bi)
  23. Leicester: US$ 781 mi (R$ 3,99 bi)
  24. Aston Villa: US$ 756 mi (R$ 3,87 bi)
  25. Everton: US$ 744 mi (R$ 3,8 bi)
  26. Lyon: US$ 734 mi (R$ 3,75 bi)
  27. Roma: US$ 724 mi (R$ 3,7 bi)
  28. D.C. United: US$ 700 mi (R$ 3,58 bi)
  29. Toronto FC: US$ 690 mi (R$ 3,53 bi)
  30. Austin FC: US$ 680 mi (R$ 3,48 bi)