Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Project no longer renders

Project no longer renders 08 Jul 2020 13:06 #15815

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
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
Last Edit: 08 Jul 2020 15:16 by vlemos.
The administrator has disabled public write access.

Project no longer renders 19 Jul 2020 16:57 #15817

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Extend the time limit to load your component. Be carefull with that because when you will reach the maximum time limit available here, there will not be anymore solution to load your component. This is the only limit of Cook Self Service. Once you have reached the time limit, please split your projects in parts.

Hello Admin

Can you please explain the info shared above?

You speak of the time to load the component. Where is the component being loaded and is this before or after it is built?

Also, you speak of splitting a project, however, I have found that there is a considerable amount of work associated with this approach. Do you have any suggestions on how to easily split a cook project?

Thanks
v
The administrator has disabled public write access.

Project no longer renders 02 Aug 2020 01:10 #15819

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Is there no possibility of feedback from Admin?
The administrator has disabled public write access.

Project no longer renders 07 Aug 2020 14:30 #15820

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Thanks for listening Admin, my issue has been resolved. I can now render and download my component. :cheer:
The administrator has disabled public write access.
Time to create page: 0.082 seconds

Get Started