Degradation of page loading speed
-
Hi Elementor support team,
It looks that the development team at Elementor is quickly derailing, and you have to provide them with feedback from the users to help to get back on track.
With the new version of Elementor Pro 3.1 and Elementor 3.1, you keep adding more JS files that cannot be removed with Asset CleanUp. Now you have added 150kB “pro-preloaded-elements-handlers” and only a tiny function – animated text – is dependent on it on my website.
So, during just single month you have added extra 7 files:
Elementor front-end legacy
elementor_webpack_runtime
elementor_pro_wepack_runtime
pro-preloaded-elements-handlers
wp-i18n
wp-polyfill
elementor-pro-appCongratulation, by the end of this year, Elementor Pro will be viewed as the slowest Page builder option on the market.
Your company effort to provide new Experimental options is a slow car crash disaster. The reduced DOM option does slow down the website. The improved asset loading is calling JS files from other JS files.
I have managed to preload this strange JS calls from JS files via adding to the HTML something like:
<link rel=”preload” as=”script” href=”/wp-content/plugins/elementor-pro/assets/js/form.9c115e6f5683e739f4d6.bundle.min.js” />
For wiper.JS we have to use a slightly different option by adding crossorigin=”anonymous”
<link rel=”preload” href=”/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6″ crossorigin=”anonymous” as=”script” />
But even after the files are preloaded and thus are already there for the parsing process, your terrible implementation of the new “Improved Experiment” results in an extra second of the parsing of JavaScript files on mobile and desktop devices. Is it worth to save 100k of unused JS to slow down the website by one second? Who is working in your testing department to wet such new features through? Especially as selecting your Experimental options leads to irreversible degradation of the page loading speed. I had to restore from the backup to gain my previous page speed results!The main question to your support team:
Why don’t you care about the page speed score?Best regard
Victor
- The topic ‘Degradation of page loading speed’ is closed to new replies.