Rahul

Results 23 comments of Rahul

> Also, you may want to add > > ``` > $cfg['DBG']['sql'] = true; > $cfg['DBG']['sqllog'] = true; > ``` > > And then is it easier to find the...

> Did you try using the master branch 6.0 version? Even I tried with master branch setup, still facing same issue.

> On my setup I saved some useless queries by disabling some features > > ``` > $cfg['VersionCheck'] = false;// Save some network latency > > $cfg['NavigationTreeShowFunctions'] = false; >...

> Can you also take an xDebug profile? https://xdebug.org/docs/profiler Please find attached profiling information. [profile.zip](https://github.com/user-attachments/files/17374625/profile.zip)

> Just to add my two cents: I have the same behaviour with RDS. I did try 6.0 branch and it looked like a little bit faster but there are...

Hello @kamil-tekiela Here it is. ![RDS-Sydney-mysql-user-phpMyAdmin-5-2-1-10-15-2024_06_00_PM](https://github.com/user-attachments/assets/d295c17a-5f07-4f70-91fc-2fe24964c0d2)

> All of this points to high latency on the network. Most of the time was spent making the queries to the server. There were 50 queries which is what...

> > Sorry ,but could not understand this, response time of what action? > > I assume you opened the page on `?route=/database/structure`, i.e. a listing of all tables in...

> > > Did you try using the master branch 6.0 version? > > > > > > Not yet, @williamdes Should I try with that version even before releasing...

> > > Sorry ,but could not understand this, response time of what action? > > > > > > I assume you opened the page on `?route=/database/structure`, i.e. a...