PHP version is 8.0.30 as it is what is compatible with the template we are using (Wokiee Template). I've created scripts to manually handle the old database differences and I've got everything uploaded. Transactions and automated emailing systems work fine. My issue is that when I login to the admin side, the index.php file takes a good 20+ seconds to load. I've tried creating an enable_debug_logging.php in the extra_configures directory with:
```define('DEBUG_AUTOLOAD', true);
define('DEBUG_FOPEN_WRITES', true);
define('DEBUG_LOG_TO_CONSOLE', true);```
I've also tried modifiying the configure.php file in that admin includes directory to include `define('STORE_DB_TRANSACTIONS', 'false');` and I'm not seeing anything logged to /cache/ about it. Is there something I can do to see why only that page takes so long to load? Everything else in admin is working fine.
Bookmarks