Hello Admin
I am currently working on a large project which rendered in the builder just prior to your last update. However, I am unable to download it since the upgrade because it does not render even at 40sec. Can you please look into this for me?
Also, the builder generates a large amount of extra code which consumes a significant portion of the rendering time. For each collection page,
modal.php and
modal_grid.php files are generated along with the context reference within the model. None of this code is required or referenced in projects, yet the builder spends time creating it.
case 'layout.modal':
$this->orm->select(array(
'ordering'
));
break;
In the
view.html.php files, code is generated for the selection drop-downs even if they are Ajax enabled. Again, this is more time which can be used to do useful rendering and help in overcoming this limitation of the j-cook builder.
$model_id = CkJModel::getInstance('Models', 'ComModel');
$model_id->addGroupOrder("a.reference");
$lists['fk']['id'] = $model_id->getItems();
Can the render time be increased?
Thanks & best regards
v