Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is Fastload?

27 views
Skip to first unread message

Sheppy

unread,
Apr 28, 2009, 2:35:56 PM4/28/09
to
I'm looking at this: https://wiki.mozilla.org/Performance:Home_Page#Improve_Fastload_system

What is this, is it something we actually have now, and where can I
learn enough about it to be able to document it if need be? At a
minimum, MDC should mention it somewhere as appropriate, I expect.

Eric Shepherd
Developer Documentation Lead
Mozilla Corporation

Neil Deakin

unread,
Apr 28, 2009, 2:43:06 PM4/28/09
to
Sheppy wrote:
> I'm looking at this: https://wiki.mozilla.org/Performance:Home_Page#Improve_Fastload_system
>
> What is this, is it something we actually have now, and where can I
> learn enough about it to be able to document it if need be? At a
> minimum, MDC should mention it somewhere as appropriate, I expect.
>

The fastload is used to parse xul and scripts and then save the
post-parsed data in a binary form to disk, thus improving load time
later. We've had it for a long while, usually it's referred to as the
'xul cache'. There should already be documentation about disabling it
(the nglayout.debug.disable_xul_cache preference).

I don't know if the performance improvement made in the page you
referenced was done. This wouldn't need to be documented on mdc though
as its only underlying architectural work.

0 new messages