BBP Style Pack Slowing Down Website
-
Hello!
We have moved our website to a new, faster, server, but it is ironically running more slowly than ever.
According to our hosing service, the cause of the slowness is the BBP Style Pack plugin, which is dynamically regenerating CSS. According to our host’s slow error logs (where they track when an individual request takes longer than 5 seconds to complete), all the slow errors are due to the BBP Style Pack plugin. Specifically, the issue is when it tried to run the “file_put_contents()” function after dynamically generating new stylesheet information.
Here is the error log:
[10-Jun-2019 00:47:12]
script_filename = /www//index.php
[0x00007faef501b8f0] file_put_contents() /www/wp-content/plugins/bbp-style-pack/includes/generate_css.php:30
[0x00007faef501b840] generate_style_css() /www/wp-content/plugins/bbp-style-pack/bbp-style-pack.php:309
[0x00007faef501b720] bsp_load_plugin() /www/wp-content/plugins/bbp-style-pack/bbp-style-pack.php:66
[0x00007faef501b6a0] bbp_style_pack_init() /wordpress/wp-includes/class-wp-hook.php:286
[0x00007faef501b5c0] apply_filters() /wordpress/wp-includes/class-wp-hook.php:310
[0x00007faef501b550] do_action() /wordpress/wp-includes/plugin.php:465
[0x00007faef501b450] do_action() /wordpress/wp-settings.php:397
[0x00007faef501b2a0] [INCLUDE_OR_EVAL]() /www/wp-config.php:111
[0x00007faef501b220] [INCLUDE_OR_EVAL]() /wordpress/wp-config.php:5
[0x00007faef501b1b0] [INCLUDE_OR_EVAL]() /wordpress/wp-load.php:37
[0x00007faef501b110] [INCLUDE_OR_EVAL]() /wordpress/wp-blog-header.php:13
[0x00007faef501b080] [INCLUDE_OR_EVAL]() /www/index.php:17Do you have any advice on how to restructure the plugin configuration to not take so long to run the “file_put_contents()” command?
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘BBP Style Pack Slowing Down Website’ is closed to new replies.