Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

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

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
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

Please Log in or Create an account to join the conversation.

Last edit: by vlemos.

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

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
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

Please Log in or Create an account to join the conversation.

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

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Is there no possibility of feedback from Admin?

Please Log in or Create an account to join the conversation.

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

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Thanks for listening Admin, my issue has been resolved. I can now render and download my component. :cheer:

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.058 seconds

Just wanted to congratulate you on the J-Cook website / web development tool. In a couple of visits I've had a play around with Cook and have to say I think it is fantastic.  I've played with a number of component builders in the past and yours is certainly looking like the best so far. I'd also like to help you spread the word - I'm really surprised more people aren't excited about this tool. Good luck with the project.
Dean

Get Started