Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
10 stars 9 forks source link

Sermons View Page builder section over usage #838

Closed bcordis closed 3 years ago

bcordis commented 3 years ago

Looking at the code and following how it's being used. Right now it looks like we are calling it but we don't need it all the time.

Need to look at seeing if we could narrow the usage down.

site\views\sermon\view.html.php line 288

tomfuller2 commented 3 years ago

Looks like only call it once in sermon/view.html.php and that is only if the user has turned on expert mode. Do we still use expert mode?

bcordis commented 3 years ago

I'm not sure we use it any more and the way it's coded right now it runs the through the code every time. Lot of over work as it's not used.

bcordis commented 3 years ago

Man, we are running into the same problem within the model presenting the same over usage of the processes. Looks like we need to optimize them both.

bcordis commented 3 years ago

@tomfuller2 I think this would be a fix for us now.