This topic is locked

upgrading project from version 9.8 to 10.X

11/22/2019 9:07:03 AM
PHPRunner General questions
M
miles authorDevClub member

Hi All am I the only person that is having problems upgrading a project which was built using PHP Runner V9.8 for use in Version 10.3...
When I open the project in Version 10.3:

Sections are renamed in Add / Edit pages so none of my custom code works, Details tables are no longer showing correctly in Edit pages, Add pages which load lightning fast in sites built using V 9.8 project are now taking 12 seconds to load, just seems like I need to scrap everything and start the project from scratch which I don't really want to do as ive spent 2 years so far developing what I have...
Surely its not just me experiencing these issues?
can anyone shed any light on this?

Sergey Kornilov admin 11/24/2019

PHPRunner 10.x employs a more complicated logic. For instance, when you hide a field we are checking if the cell/row where the field was residing is empty and hide/collapse it as well. While this is a better and smarter logic it takes more time to check all the conditions and it generally slower.
We are going to work on improving the performance in this area at some point.
For now, we recommend moving as much as possible controls hiding code to PHP events.