Ticket #151 (new enhancement-feature request)

Opened 2 years ago

Last modified 20 months ago

caching of formgenerator output

Reported by: vain Owned by:
Priority: minor-leicht Milestone: Clansuite 0.2.5
Component: Core Version: Clansuite v0.2a
Keywords: Cc:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Internal?: no

Description (last modified by vain) (diff)

cache the html output of forms. so we generate one time, and fetch from cache, until form-generation-model is modifed. <?php $form->prepareCache(); $form->getCache(); $form->setCache(); ?>

# add to formgenerator if ($form->cached and $form->modified == false) {

$form->displayFromCache();

} else {

generate the form

}

Change History

comment:1 Changed 2 years ago by vain

  • Description modified (diff)

comment:2 Changed 20 months ago by vain

  • Milestone changed from Clansuite 0.4 beta to Clansuite 0.2.5
  • Internal? unset
  • Billable? set
Note: See TracTickets for help on using tickets.