Menu

#4532 After logging in, first request is abnormally slow on master

Latest_Git
fixed
nobody
None
1
2014-11-09
2014-09-13
No

I don't know if this is just specific to my system but to test on master:-

  1. Do git checkout 4960f20 //parent commit of bad commit
  2. After logging in, quickly make a click (for ex: try opening a recent table)
  3. Note it was fast.
  4. Do git checkout 9b77d746aba7ded13aa68f98ac4b5840f2d438
  5. Repeat step 2 afresh.
  6. Now this first request takes time to load.

git bisect tells

9b77d746aba7ded13aa68f98ac4b5840f2d438f8 is the first bad commit
commit 9b77d746aba7ded13aa68f98ac4b5840f2d438f8
Author: Hugues Peccatte hugues.peccatte@gmail.com
Date: Fri Aug 15 18:19:20 2014 +0200

Mass modifications to use PMA_String.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>

Discussion

  • Marc Delisle

    Marc Delisle - 2014-09-16

    Hi Atul,
    I see no noticeable difference in the load time.
    What happens if you try with Recent tables coming from the sakila sample database?

    By the way, my test server is running PHP 5.6.0.

     
  • Atul Pratap Singh

    • status: open --> fixed
    • Priority: 5 --> 1
     
  • Hugues Peccatte

    Hugues Peccatte - 2014-09-19

    This is really strange, because I think that my modifications are only related to SQL import, nothing else.
    But, I'm happy that you don't have any issue anymore !

     
  • Chirayu Chiripal

    • status: fixed --> open
    • Priority: 1 --> 5
     
  • Chirayu Chiripal

    I am still facing this issue. It is caused by this bug #4533.

     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-07

    Since PMA_StringMB had been removed, do you still have this error please?

     
  • Chirayu Chiripal

    • status: open --> fixed
    • Priority: 5 --> 1
     
  • Chirayu Chiripal

    Thanks, can't reproduce this anymore.