typically; disable all CSS & JS related options in WPFC and you should be good to go 🙂
hope this clarifies,
frank
In this case, it is not possible to increase the site speed to normal values. I used to have 60, now I have 40.
I have now made the settings as in this article. https://thembay.com/speed-up-wordpress-theme-with-wp-fastest-and-autoptimize-full-guide/ (except Step4), But Google complains about JS.
Maybe you have any recommendations for me?
-
This reply was modified 1 year, 10 months ago by
Павел Ефимов.
can you share your site’s URL so I can see Google complaining efimov2025 ? 🙂
well, JS wise the biggest problem is the use of mail.ru as can be see when opening the “reduce javascript execution time” notice (this is from the desktop, will be much worse on mobile);
View post on imgur.com
so first thing would/ could be not to add the mail.ru javascript?
additionally I see the page is *really* big with a DOM size of just under 3400 nodes (the DOM is the browser in-memory tree-like rendering of the HTML). the bigger the DOM the more the browser (and even more so on mobile) has to work to apply CSS and to execute (dom-interfacing) JS, so significantly simplifying the (home)page(s) would be strongly recommended.
-
This reply was modified 1 year, 10 months ago by
Optimizing Matters. Reason: forgot conclusion about DOM size; simplify!