Beiträge von Dagalidis

    Is Hard - Painful and very very costly for me to proceed in Upgrade on WCF 3 Right now.
    So I will stay in wcf 2.1 until I can afford the cost of the upgrade and the Huge amount of plugins I use.

    I will trace BTW your site, just in case you have some WVF 2.1 based updates or new products to purchase ... :D

    Thanks for your attention my friend. :thumbup:

    Hello there...

    I have also described in WBB Forums that Facebook JAVA SDK makes huge delays in page loading of my community.

    Here is the post => https://community.woltlab.com/thread/248472-…in-asynch-mode/

    My suggestion is that we must Run all Java in asynch mode, to NOT Block DOM Rendering .

    An example is this..


    Code
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.async = true;
      js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=839587286137139&version=v2.2";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    I am not an expert in coding and I don't know how can this be done.
    But I am sure that all Java must be running in asynchronous mode to help page loading time.

    My suggestion is to include asynch mode in all relative Java plugins.

    Thank you in advance for your help. :thumbup: