> > I have entered about 1,650 records and while the queries
> > are producing satisfactory results, the admin area has really
> > slowed down and is getting worse as far as navigating the
> > tree and entering records.
>
> The code that keeps track of which branches are open needs to
> pass a lot of
> information around..plus it's hard to display all the stuff in
> the browser.
> I don't think we anticipated that it would be need to handle so
> many items.
>
> I'd make an alternate navigation system where you see one page
> with all the
> departments/subdepartments.  Clicking on a sub-department shows all the
> items for that department, with no recursive travels down the tree.  That
> ought to be fast enough.
>
> Leon
>

Another thing to consider are the nested tables used to display the admin
pages.  Tables will wait for all the information in them before displaying.
This often results in the page timing out before finished in various parts
of FreeTrade.  I plan on removing all the tables from my own installations
once I have some time.  Replacing tables with CSS in admin areas is a no
brainer since you do not have to worry about browser compatibility's.  It is
much easier to require a client to use a version 5+ browser for admin than
to try to force customers to use one.

Chuck

-------------------------------------------------
Chuck Gartland          ||      [EMAIL PROTECTED]
Project 27                      ||      www.project27.com
1836 Palm Avenue                ||      808 465-1381
Pearl City, HI  96782   ||      GMT -10:00 hours
-------------------------------------------------

_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev

Reply via email to