We have noticed that our web site load time has gotten slower over the years. We ran a test where we removed all of the custom apps we’ve created from /pun/sys/ and the web page loads in 2seconds. Incrementally enabling the apps again showed a steady increase in load time around about 1-2seconds per app.
Is there anything we can do to speed up the initialization time of the PUN when logging into our domain?
Yea unfortunately there’s not much you can do here if you have a lot of ERB in your form.yml.erb. Things like auto_accounts or auto_queues are supposed to help reduce the amount of ERB folks need, but it’s ongoing to add them.
Thanks Jeff,
So the erb that’s in the forms is the culprit? We assumed this was only processed when the app was called and the form page loaded. I have used a good amount of erb in my app forms. I will try to parse it down and see if this helps.
Are there any other items like this we should be aware of that could effect load times of the dashboard when logging in at first?