Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Static caching driver limited MSM support
Status | Resolved |
Add-on / Version | Speedy 1.7.0 |
Severity | |
EE Version | 6.2.7 |
Eric Harth
Mar 01, 2023Hi
- the static driver count on the addon control panel overview view, appears to count from the root of the static folder returning a count for all items across all MSM sites, not limiting to the current MSM site e.g. /webroot/files/static not /webroot/files/static/msm_site where the site’s specific static files are generated. Not sure if this is also the case for other drivers.
- $assign_to_config[‘speedy_static_enabled’] = ‘yes’ when used in an MSM site’s index.php and admin.php file do not appear to override the value in the config.php for the primary site. I need to be able to turn speedy on and off on a per-site basis
Thanks
Eric
Eric Harth
Mar 01, 2023
Update: It appears that the config override from index.php for an MSM site is respected, but not from admin.php
BoldMinded (Brian)
Mar 01, 2023
Thanks for reporting this Eric. Unfortunately I don’t know when I’ll be able to investigate this and fix it. Could be a few days or a few weeks.
BoldMinded (Brian)
Mar 02, 2023
Regarding the config variable, I’ve never tested $assign_to_config[‘speedy_static_enabled’] = ‘yes’, and even then I’m not sure I have any control over what happens within EE once that variable is set b/c it reads it differently than the normal $config array. I suggest you use the $config array and figure out how to conditionally change the value based on the site if you want to change the values based on which MSM site is loaded.
BoldMinded (Brian)
Mar 02, 2023
Comment has been marked private.