slow and sluggish

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • dbrooke
    replied
    Tried the 'Net' tab in FF firebug.. but there is a redirect that happens too fast after the delay and I can't visually see that fast to see any details. :-)


    Also, I disabled 'AutoSave' by entering a value of 0 in the Message Posting prefs... does not help speed things up.

    Leave a comment:


  • Wayne Luke
    replied
    And you're using the standard compressed javascript files? That is, you didn't select "More Download Options" and choose the uncompressed Javascript? Uncompressed Javascript takes longer to run.

    Leave a comment:


  • dbrooke
    replied
    FireFox and FireBug:
    The main delay happens just after this appears.
    "vBulletin.loadingIndicator.show Counter: 2 Source: ajaxStart" (http://forums.cessnaowner.org/js/footer-rollup-523.js, line 337)

    Then another shorter delay after these next lines. vBulletin.AJAX Success callback: //forums.cessnaowner.org/ajax/api/editor/autosavefooter-...-523.js (line 337)
    vBulletin.AJAX Success.

    Then a redirect and it's done.


    Donovan

    Leave a comment:


  • Wayne Luke
    replied
    Originally posted by dbrooke
    I did some quick tests on posting *topics*... they do indeed take 34 seconds to complete.

    FYI, I received my email notice right away however... it looks like it makes the post right away... I'm guessing there is a 30 second timeout on some kind of function... which is why it is taking 30 seconds to complete???

    Any ideas?

    Donovan
    When you look at the network traffic dialog in your browser's developer tools and the console output in the same tools, where is the delay?

    Same thing for your server access and error logs anything suspicious in them? What about your MySQL Slow Query log?

    Leave a comment:


  • dbrooke
    replied
    One more note.. I have verified also that by opening two different browsers, the posts DO actually post instantly.. it's just the completion part of the browser that does the posting that takes 34 seconds.

    Sincerely,
    Donovan

    Leave a comment:


  • dbrooke
    replied
    Ahh... this is the info box for the cache table: Information
    5.5 MiB
    16 KiB
    5.5 MiB
    Compact
    latin1_swedish_ci
    Sep 20, 2016 at 05:40 AM

    Leave a comment:


  • Mark.B
    replied
    cache and cacheevent are tables in your database...we need to know the size of these.

    Leave a comment:


  • dbrooke
    replied
    I did some quick tests on posting *topics*... they do indeed take 34 seconds to complete.

    FYI, I received my email notice right away however... it looks like it makes the post right away... I'm guessing there is a 30 second timeout on some kind of function... which is why it is taking 30 seconds to complete???

    Any ideas?

    Donovan

    Leave a comment:


  • dbrooke
    replied
    Hi Wayne,
    Not sure where cache is located in order to decipher size... /core/cache shows very little in there. I went ahead and reset the cache in the admincp.

    The reports I'm getting from the moderator so far are 34 seconds to post.

    Sorry if my responses are delayed.. in the middle of another website build.. but I will always follow up.. need to get that forum running good!

    Thanks,
    Donovan

    Leave a comment:


  • Wayne Luke
    replied
    What are the sizes of your cache and cacheevents tables? If you empty them in the AdminCP under Maintenance, does the system speed up?

    Leave a comment:


  • dbrooke
    replied
    Innodb.

    Leave a comment:


  • Wayne Luke
    replied
    You shouldn't have to change any PHP variables. Both GET and POST should be available to the server. We shouldn't call GET. That is why I need to know what was being attempted so we can fix the code.

    When you look at your database in phpMyAdmin, does it say MYISAM or INNODB for the tables?

    Leave a comment:


  • dbrooke
    replied
    Hi Wayne:
    Thanks for responding.

    CPANEL: CENTOS 6.7 i686, WHM v.54
    Apache: 2.4.23
    MySQL: 5.5.48-cll
    PHP: 5.6.24 (cli)

    No third-party plugin's, but I did look at my php.ini.. I have these directives set:
    Environment:
    REQUEST_METHOD = GET

    PHP Variables:
    _SERVER["REQUEST_METHOD"] = GET
    _ENV["REQUEST_METHOD"] = GET


    Should all those be set to POST to get rid of that "Uncaught exception" Fatal Error?

    I'll send a message to the Moderator to see exactly how long and what the delays are exactly.. but I believe they are when creating Topics and sending replies mostly.. literally 30 seconds sometimes. I'll get more info on that.

    Thanks!
    Donovan


    Leave a comment:


  • Mark.B
    replied
    Originally posted by saiff
    PHP Code:
    WarningInvalid argument supplied for foreach() in .../vb/library/node.php on line 2481 
    I have the same problem . but it appears only to registered user group
    Please start your own thread, and in it please provide the information requested here:
    Every support request should be in its own topic. Do not take over the support topics posted by others. The only thing that happens when you do this is make it more difficult to receive support. Often times we get threads like: This type of question is very difficult to answer because it provides no real information.

    Leave a comment:


  • saiff
    replied
    PHP Code:
    WarningInvalid argument supplied for foreach() in .../vb/library/node.php on line 2481 
    I have the same problem . but it appears only to registered user group

    Leave a comment:

Related Topics

Collapse

Working...