That all sounds very reasonable to me.  I'd be willing to bet that
your JS is the culprit, even if you don't see any obvious cause.  FF
deals with JS very effectively, in my experience, so I doubt it's
that.  Just start commenting out chunks of the JS file until you get
the noticeable speed-up, and then you can maybe figure out what needs
to change to make it faster all around.

cheers,
barneyb

On 1/27/06, Ben Nadel <[EMAIL PROTECTED]> wrote:
> Barney,
>
> I am trying to use cfc caching properly, but this is my first real
> CFC-intensive project. I cache most anything that does not need to be
> created  with each page call. But, for each page call, I do need to create
> some things:
>
> 1. Environment CFC (contains info about the web and server - purely public
> variables ex. Environment.Web.Root, Environment.Server.Directory). Very
> light weight, but does do some calculations.
> 2. RequestFacade CFC
> 3. Page CFC (display component which extends either oneColumnPage or
> TwoColumnPage which then extends AbstractPage - the multiple inheritence may
> cause some overhead???)
>
> But, then again, it might just be browser rendering also. If I take out my
> javascript file link, the page loads noticeably faster. I am not sure what
> to do about that. My JS file isn't even very large, nor does it do any
> processing during page load. Maybe firefox is just slow to parse JS files.
>
> I will keep trying to get the page load smaller.
>
> .......................
> Ben Nadel

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to