Hi @hsins,
Thanks a lot for bringing this up. Starting with the next update, we will make sure to explicitly make the blocksy_ext_local_google_fonts_settings option to not be autoloaded.
—
But, I have a question, which version of WP you’re on?
I’m asking because in 6.6 the core introduced wp_filter_default_autoload_value_via_option_size filter which ensures that all options that have a sizes bigger than 0.15mb (150000 bytes) won’t be autoloaded.
Can you do this following experiment please and let me know the result?
- Make sure you are on the latest WP version (6.6.1 at the time of this writing)
- Go to Blocksy -> Dashboard -> Extensions -> Local Google Fonts
- Click “Download Font” to download one more font and this way also trigger a whole re-sync
- As a result, the
wp_filter_default_autoload_value_via_option_sizeshould not be autoloaded anymore
Please let me know what are the results of the above scenario.
—
Also, from the next update, we will disable even the automatic check for autoload for this option and will make sure it is always not autoloaded.
Thanks again!
Thread Starter
Hsins
(@hsins)
The version of WordPress I’m using is exact 6.6.1. I’ve tried that steps, and the autoload field of blocksy_ext_local_google_fonts_settings option is still yes. Meanwhile, I’ve also tried to delete the existed fonts. The result is the same.
Moreover, I found that the processes of deletion and downloading take more time than before.
