Very slow reaction from Edit to Browse mode
Posted: Thu Jan 03, 2019 12:15 am
I had to use my databse in a place with not fast internet - and finally it looks that the application is very slow and is difficult to use it.
I did some more investigation with following observation.
If you have not bad internet 10Mb/s or faster you wil not notice anything but if the internet is slower than it start to be painfull.
I did some quick check with the following simple table (4 colums, 72 raws, just to keep some text descriptions)
id INT(1); Field_1 varchar(60); Field_2 text; Field_3 text
max real number of characters in field_2 or field_3 is 20000 per raw (but typically much less)
I connected my laptop to internet via my mobile (about 1Mb/s) and rougtly had following results:
Button press from main Fast Form Tab to open table in browse view - 2sec (ok no issue)
Opening one record to Edit mode - less than 1sec. (ok - no issue)
going 1 step back to browse view - 5 sec or more
going back from Edit to the main view/first level - less than 2 sec (ok - no issue)
Looks like there is some delay when switching from Edit to Grid view
(NO specific filters or sorting was applied).
Do you have some experiece or advice how to proceed to have faster reaction when going back from Edit to Browse view?
MariaDB and Debian Stretch, Apache2, PHP 7.3
I did some more investigation with following observation.
If you have not bad internet 10Mb/s or faster you wil not notice anything but if the internet is slower than it start to be painfull.
I did some quick check with the following simple table (4 colums, 72 raws, just to keep some text descriptions)
id INT(1); Field_1 varchar(60); Field_2 text; Field_3 text
max real number of characters in field_2 or field_3 is 20000 per raw (but typically much less)
I connected my laptop to internet via my mobile (about 1Mb/s) and rougtly had following results:
Button press from main Fast Form Tab to open table in browse view - 2sec (ok no issue)
Opening one record to Edit mode - less than 1sec. (ok - no issue)
going 1 step back to browse view - 5 sec or more
going back from Edit to the main view/first level - less than 2 sec (ok - no issue)
Looks like there is some delay when switching from Edit to Grid view
(NO specific filters or sorting was applied).
Do you have some experiece or advice how to proceed to have faster reaction when going back from Edit to Browse view?
MariaDB and Debian Stretch, Apache2, PHP 7.3