Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Prev Breadcrumb - upload transfer

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times

Prev Breadcrumb - upload transfer

Unread post by Janusz »

Hi,
On some locations with slow internet connections (max upload 512kb/s and shared with few computers) I am experiencing important lag in responce when the table has text cells with few pages of data in it per every row. It is not an issue on normal connection when you have at least few Mb/s - beacuse then everything works perfectly.

What I noticed - the main cause for this is the request to go to the previous breadcrumb nuGetBreadcrumb(x-1) which seems - it is sending relativelly big number of data from computer to the server (twice more data is sent from computer to server than from server to computer).
Please find enclosed some measurement of tranfers for typical case of database usage.
https://drive.google.com/open?id=10LFHP ... n7icb1fHwz

I know that it is not an issue of nuBuilder usage in normal enviromnent - but maybe some small optimisation by the ocasion of new release could improve such cases as well - when the internet connection is poor.
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Prev Breadcrumb - upload transfer

Unread post by admin »

Janusz,

I agree. I'll look at it as soon as I get a chance.


Steven
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times

Re: Prev Breadcrumb - upload transfer

Unread post by Janusz »

Hi Steven,
I did some test to minimize the lag and noticed that the same form placed in the iFrame is about twice faster comparing to the form in normal window (twice smaller internet speed rates required for upload). Another optimisation was to remove the "heavy column" from the browse table and leaving only short title which is as well reducing the upload rate. The download rate for all the cases were identical.

Just FYI please find enclosed the rates measurement (done on normal internet) - maybe it will be helpfull in case you would have a chance to look at that subject.

https://drive.google.com/open?id=1dOXN8 ... bN40Cs2pxF
If you like nuBuilder, please leave a review on SourceForge
Post Reply