Xpro version 5 - speed

Hello,

Just wondering if going from v4.7 to 5.1 has any noticeable speed changes. I’ve already fine tuned everything I can, so just wondering if I’ll see any change when going to 5.1… couldn’t see anything in the release notes but wanted to ask to be sure…maybe something indirectly?

Thanks

Hi @fxground,

Thanks for reaching out!

  • In X, Pro, and Cornerstone we follow all the WordPress best practices for managing front end assets (CSS/JS)
  • We also minify those assets ourselves with each release. You shouldn’t need to use another system to minify them again.
  • By “minified” I mean that we run post processing to convert our human readable source files into much smaller files. Variable and function names are shortened, whitespace is removed, and other techniques are applied to produce valid javascript that takes up the least amount of space possible.

That being said, I believe that there should no speed changes when you update your theme to the latest, Maybe there could be slight changes in the speed but you can check our recommendations below.

And you can also check out these videos:

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.