Home Forums WoodMart support forum Theme is very slow Reply To: Theme is very slow

#471029

pamela-4865
Participant

Hi,

I understand that, however after further investigation I have noticed that the theme is looping through itself around 15 – more times on a single load. We have this site with this theme on a dedicated server however we are only limited to 20 PHP workers/processes at a time. We have been notified that the site with this theme is constantly running with 15-18 processes that are constantly open, once these processes have been killed, they immediately re-open.

The theme is running with woodmart core, woocommerce, elementor and elementor pro. We have tested deactivating all other 3rd party plugins and still receive similar results. The TTFB is on best load 5 seconds and loads after that becomes noticeably worse until site hangs, 1 – 2 loads after the first load, then we need to kill the processes again.

The theme seems to keep reloading all the below classes constantly and hog the server processes on load with each class looping through roughly 54 times:

2023-05-30 07:19:52 ==> Singleton.php
2023-05-30 07:19:52 ==> Api.php
2023-05-30 07:19:52 ==> Googlefonts.php
2023-05-30 07:19:52 ==> Config.php
2023-05-30 07:19:52 ==> Layout.php
2023-05-30 07:19:52 ==> License.php
2023-05-30 07:19:52 ==> Notices.php
2023-05-30 07:19:52 ==> Options.php
2023-05-30 07:19:52 ==> Stylesstorage.php
2023-05-30 07:19:52 ==> Theme.php
2023-05-30 07:19:52 ==> Themesettingscss.php
2023-05-30 07:19:52 ==> Wpbcssgenerator.php
2023-05-30 07:19:52 ==> Registry.php
2023-05-30 07:19:52 ==> Pagecssfiles.php
2023-05-30 07:19:54 ==> Singleton.php
2023-05-30 07:19:54 ==> Api.php
2023-05-30 07:19:54 ==> Googlefonts.php
2023-05-30 07:19:54 ==> Config.php
2023-05-30 07:19:54 ==> Layout.php
2023-05-30 07:19:54 ==> License.php
2023-05-30 07:19:54 ==> Notices.php
2023-05-30 07:19:54 ==> Options.php
2023-05-30 07:19:54 ==> Stylesstorage.php
2023-05-30 07:19:54 ==> Theme.php
2023-05-30 07:19:54 ==> Themesettingscss.php
2023-05-30 07:19:54 ==> Wpbcssgenerator.php
2023-05-30 07:19:54 ==> Registry.php
2023-05-30 07:19:54 ==> Pagecssfiles.php
2023-05-30 07:19:59 ==> Singleton.php
2023-05-30 07:19:59 ==> Api.php
2023-05-30 07:19:59 ==> Googlefonts.php
2023-05-30 07:19:59 ==> Config.php
2023-05-30 07:19:59 ==> Layout.php
2023-05-30 07:19:59 ==> License.php
2023-05-30 07:19:59 ==> Notices.php
2023-05-30 07:19:59 ==> Options.php
2023-05-30 07:19:59 ==> Stylesstorage.php
2023-05-30 07:19:59 ==> Theme.php
2023-05-30 07:19:59 ==> Themesettingscss.php
2023-05-30 07:19:59 ==> Wpbcssgenerator.php
2023-05-30 07:19:59 ==> Registry.php
2023-05-30 07:19:59 ==> Pagecssfiles.php
2023-05-30 07:20:03 ==> Singleton.php
2023-05-30 07:20:03 ==> Api.php
2023-05-30 07:20:03 ==> Googlefonts.php
2023-05-30 07:20:03 ==> Config.php
2023-05-30 07:20:03 ==> Layout.php
2023-05-30 07:20:03 ==> License.php
2023-05-30 07:20:03 ==> Notices.php
2023-05-30 07:20:03 ==> Options.php
2023-05-30 07:20:03 ==> Stylesstorage.php
2023-05-30 07:20:03 ==> Theme.php
2023-05-30 07:20:03 ==> Themesettingscss.php
2023-05-30 07:20:03 ==> Wpbcssgenerator.php
2023-05-30 07:20:03 ==> Registry.php
2023-05-30 07:20:03 ==> Pagecssfiles.php

Attached is the functions.php file after 1 load