Rahul
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. 
> 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...