W
Wilk Teverbaugh
I'm using get rows to build a table for a calendar.
The specific view for this calendar is for an entire month.
Each appointment slot is one half hour long.
If I were to generate a page for the month of november I would have to check
and see if an appointment is scheduled for each appointment slot throughout
the entire month... this is 240 slots! At this point I've written it so it
only checks for an appointment if a particular day has an appointment, even
so, with only 20 or so appointments scheduled for the entire month, it's
taking several seconds to return the results.
I was thinking it might be best to pay a javascript programmer to write a
script that will parse through the whole mess to offload it onto the client.
What would you recommend?
The specific view for this calendar is for an entire month.
Each appointment slot is one half hour long.
If I were to generate a page for the month of november I would have to check
and see if an appointment is scheduled for each appointment slot throughout
the entire month... this is 240 slots! At this point I've written it so it
only checks for an appointment if a particular day has an appointment, even
so, with only 20 or so appointments scheduled for the entire month, it's
taking several seconds to return the results.
I was thinking it might be best to pay a javascript programmer to write a
script that will parse through the whole mess to offload it onto the client.
What would you recommend?