Is there a tutorial to increase the speed of vb5?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emad ELsayed
    Senior Member
    • Jan 2013
    • 151
    • 4.2.x

    Is there a tutorial to increase the speed of vb5?

    Is there any tutorial to increase the speed and efficiency of vb5 work?
    Where I searched a lot without a result. Because I suffer from very slow despite upgrading php to the last version.
    Also when checking the speed of the site on Google Speed, the result is not to exceed 40%
    Best Regards
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74078

    #2
    Make sure you're using PHP 7.2 or 7.3. As well as MySQL 5.7 or MySQL 8 (We don't test MariaDB so I can't say anything about their performance). Make sure all of your tables are INNODB.

    In PHP, make sure that OPCACHE is enabled. Install Memcached on your server and enable it for the datastore and cache class 0 in your /core/includes/config.php file. Install and use Sphinx for keyword searches.

    However, I see that your site loads in less than 2 seconds on my connection. What is causing additional time are all the external connections to load ads. The ads double or triple the loading times.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Emad ELsayed
      Senior Member
      • Jan 2013
      • 151
      • 4.2.x

      #3
      Originally posted by Wayne Luke
      Make sure you're using PHP 7.2 or 7.3. As well as MySQL 5.7 or MySQL 8 (We don't test MariaDB so I can't say anything about their performance). Make sure all of your tables are INNODB.

      In PHP, make sure that OPCACHE is enabled. Install Memcached on your server and enable it for the datastore and cache class 0 in your /core/includes/config.php file. Install and use Sphinx for keyword searches.

      However, I see that your site loads in less than 2 seconds on my connection. What is causing additional time are all the external connections to load ads. The ads double or triple the loading times.
      Hello dear
      I already used php 7.2 and mysql 5.6.41.and all tables INNODB except for language table that does not change.

      Also opcache is enabled
      For Memcached and Sphinx I will check with hosting provider if it works.
      My site currently works on vb4, I not yet done vb5 for all.
      Best Regards


      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74078

        #4
        MySQL 5.6 doesn't provide the level of performance that MySQL 5.7 does. MySQL 5.7 doesn't provide the level of performance as 8.0.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • saiff
          Senior Member
          • Mar 2010
          • 551

          #5
          tagging from the app
          https://www.vbulletin.com/forum/foru...re-waiting-for

          Comment

          • saiff
            Senior Member
            • Mar 2010
            • 551

            #6
            @wayne luke
            https://www.vbulletin.com/forum/foru...re-waiting-for

            Comment

            Related Topics

            Collapse

            Working...