Joomline / jlsitemap

JL Sitemap - Component sitemap for Joomla
https://joomline.ru/rasshirenija/komponenty/jlsitemap.html
GNU General Public License v3.0
27 stars 9 forks source link

Synchronous XMLHttpRequest #65

Open Sulpher opened 4 years ago

Sulpher commented 4 years ago

Проверка lighthouse 6 ругается: (https://lh6.loading.express/)

Рано или поздно устаревшие API будут удалены из браузера - https://web.dev/deprecations/?utm_source=lighthouse&utm_medium=cli

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. ругается на это: https://domain.ru/media/plg_system_jlsitemap_cron/js/cron.min.js?d6303bc30b17b3055d462193f7bc66e3

chrome_v1j2RrAXmC

denysdesign commented 4 years ago

Почему не заюзать fetch()?

Septdir commented 4 years ago

Почему не заюзать fetch()?

Нет совместимости.

Septdir commented 4 years ago

Так что вот вам на выбор. Переделать на ajax joomla где тоже самое. Либо ждать joomla 4 где нет поддержки ie

Sulpher commented 3 years ago

в Joomla 4 сейчас та же ошибка. нужно теперь патчить компонент?