My database is huge and I keep getting PHP timeouts on the scripts to load Pods. Anything I can do to fix this?
For longer loops, you need to set the max_execution_time in the php.ini file to a high number like 1400 (~23) minutes… you should have access to that file and that value in your public_html folder or through the hosting account’s control panel.