Hi,
I am working on an registration page which will require a Related Select of 3 levels.
I have been trying both CF_ThreeSelectsRelated and MultiRelatedSelects (a tutorial found on easycfm They both work but the it takes FOREVER for the page to load.
What can I do to speed it up??
I have used cachedwithin for the query and I have 2 tables one for the localities (and postcodes) and one for the states.
Should I split the locality table up in to a table for each state i.e. one locality table for only QLD etc?
I am using MySQL 4.0 and I believe it doesn't support stored procedures otherwise that would have been a good option??
My other thought was to use CFAJAX. But wouldn't the initial page load be as long as for the the above custom tags??
And can you have 3 "levels" with CFAJAX - haven't seen any example out there.
Would it help to cache the page i.e. use cfcache - I tried it but it still doesn't make any different as it still get stuck when processing the query.
Any help or direction would be much appreciated
Please have a look here
This page is using CF_TwoSelectsRelated
Jonas
I am working on an registration page which will require a Related Select of 3 levels.
I have been trying both CF_ThreeSelectsRelated and MultiRelatedSelects (a tutorial found on easycfm They both work but the it takes FOREVER for the page to load.
What can I do to speed it up??
I have used cachedwithin for the query and I have 2 tables one for the localities (and postcodes) and one for the states.
Should I split the locality table up in to a table for each state i.e. one locality table for only QLD etc?
I am using MySQL 4.0 and I believe it doesn't support stored procedures otherwise that would have been a good option??
My other thought was to use CFAJAX. But wouldn't the initial page load be as long as for the the above custom tags??
And can you have 3 "levels" with CFAJAX - haven't seen any example out there.
Would it help to cache the page i.e. use cfcache - I tried it but it still doesn't make any different as it still get stuck when processing the query.
Any help or direction would be much appreciated
Please have a look here
This page is using CF_TwoSelectsRelated
Jonas