Skip Navigation
8

We just released two quick updates for WPML. These updates addresses a few smaller things that came up from support after the bigger WPML 3.2.3 update.

  • Fixed a performance issue when looking up pages by slug and having a very large number of posts in the database – we’re not sure if anyone except wpml.org could notice this problem. A change to an SQL statement caused heavy load on our database server. We traced it to a recent change that solved a bug. This change was enhanced to solve the bug without causing DB load. Again, this issue was only noticeable on very large databases running under heavy load (like wpml.org site).
  • Solved the problem when, in some cases, WPML was showing a corrupted settings warning – a sequence of batch plugin activations, deactivation and activation again could trigger a scary message about settings being corrupted. Even though this doesn’t cause any real problem, we think that it’s scary enough to justify a quick fix.
  • Fixed the xdomain script not always running, due to a dependency issue – in some cases, JS resources were not loaded.
  • Solved a problem where page slugs where given precedence over custom post type slugs when resolving permalinks, even though the URI specified the custom post type – solving this bug was what caused the performance problem for huge sites.

We understand that updating plugins is a hassle and we try to limit our updates to only the necessary ones. As I am writing this post, our developers are adding more and more automated testing to WPML. Our goal is to achieve 100% test coverage until the end of 2015. This will allow us to release updates without the fear of causing side effects. Currently, our QA cycle takes a staggering 20 work-weeks. It’s run by 4 people during a whole month. We run several thousands of tests on many configurations. The amount of testing is huge and we’re looking to replace much of it with automated testing.

Questions? Ideas? Suggestions? Leave your comment and we’ll get back to you.

How can we make WPML better for you?

Share your thoughts and comments about our plugin, documentation, or videos by booking a Zoom call with Agnes, our Client Advocate. Your feedback matters and helps us improve.

Book a call with Agnes

8 Responses to “WPML 3.2.4 and then 3.2.5”

  1. “Fixed the xdomain script not always running, due to a dependency issue – in some cases, JS resources were not loaded.”

    This bug is not fixed… Still got the “missing dependencies” error.

    • Hi Koen,

      The script wasn’t loading the dependencies in some cases.
      At the moment I honestly can’t see how can be that you are still missing those dependencies.

      I kindly ask you to post a thread in the support forum, so you can get better support and help us finding a solution to your issue.

      Thanks.

      • Hi August,

        This is not a bug that is breaking something in my site. So I have no incentive of solving this. I just noticed it and thought I should mention it.

        I do want to help you guys (I think I found several bugs every release now), but creating a support ticket for this issue will take me too much time. (I bet support will ask me again if I tried disabling plugins, using the default theme, asking for login credentials etc. etc.).

        You guys have my email (and my Hangouts). Drop me a line if you need help with this issue. I’m very happy to help you, but not via your bureaucratic forum. (sorry)

        Cheers,

        Koen


        • define('ICL_DONT_LOAD_LANGUAGES_JS', true);

          I disabled all css and javascripts for the WPML language selector. I shouldn’t have had disabled that javascript. My mistake!

          Cheers,

          Koen

  2. Hi,

    Just to note. The performance problem also seemed to be valid on small instances with only a few posts. Our CPU was at 100%, after updating to 3.2.5 (from 3.2.4) everything was okay again 😉