calumbrash
Forum Replies Created
-
Hi @gitesforsale,
I am sorry to hear that the plugin didn’t work on your site as expected. Although I see you have not opened a support thread with us so we could not help resolve this issue. There could be a conflict with another plugin or another cause like settings misconfiguration.
If the issue is coming from one of the above, we would love to look further into the situation so we can create a better product.
Cheers,
CalumHi @kreativito,
Because these files are remote and aren’t hosted on your server Hummingbird doesn’t have any control over their expiry times. It’s ironic that they’re all files from Google too!
We’re currently looking into ways that Hummingbird could download and serve the files locally so you have more control over optimization, this is a complicated feature so we don’t currently have an estimated release timeframe for this.Kind Regards,
CalumHi @kreativito,
Just did a quick check for you, and no Google AdSense is not affected by Page Cache ??
Cheers,
CalumHi @kreativito,
After checking your Page Speed, it looks like you’ve managed to clear most of the suggestions. One that is still there is https://rieder-enterprises.com/?custom-css=d7b49355ad this looks like it’s not actually a file and might be dynamically generated css with PHP which Hummingbird wont be able to optimize.
Your score is at 92 which is really good!
Cheers,
CalumHi @kreativito,
When I checked your homepage, I see that you have page caching turned on and your site is serving a cached version of the page. When you make changes to the Asset Optimization section please clear the page cache module or turn it off completely until you’re happy with the changes you’ve made, then you can turn the page caching back on.
Kind Regards,
CalumHi @koppit,
Thank you for this. We’re aware of this issue with the latest version of S3 offload removing this function and there will be a Smush release to WP soon with a fix.
Cheers,
CalumHi @momo-fr,
Thanks for this, I’ve updated the css to handle any size. This will be available in the 1.9.3 release.
Cheers,
CalumHi @momo-fr,
Could you please try remove the _FR from the filenames and see if that works?
So files would be:
hummingbird-performance-fr.po
hummingbird-performance-fr.moCheers,
CalumHi @adrianbakar,
Awesome, that’s great to hear! Glad I could be of help.
I’ll mark this issue as resolved.Cheers,
CalumHi @adrianbakar,
I see, you could try adding the same expiry rules to
/opt/bitnami/apps/wordpress/htaccess.conf
then make sure you restart apache afterwards.Or have a look a solution on the bitnami forums – https://community.bitnami.com/t/ec2-wordpress-single-stack-leverage-browser-caching/45160/2?u=jonathanue
Let me know how you get on.
Cheers,
CalumHi @adrianbakar,
You will have to contact your hosting provider and ask why the browser cache expiry rules you’ve set in you .htaccess are not being applied.
You could also check the Bitnami forums for people who have had similar issues with enabling browser caching to see if there’s a solution there.
Cheers,
Calum- This reply was modified 6 years, 7 months ago by calumbrash.
Hi @adrianbakar,
Have you tried the Re-check Expiry button on the Browser Caching page?
Also can you check your .htaccess for the following code<IfModule mod_expires.c> ExpiresActive On ExpiresDefault A0 <FilesMatch "\.(txt|xml|js)$"> ExpiresDefault A691200 </FilesMatch> <FilesMatch "\.(css)$"> ExpiresDefault A691200 </FilesMatch> <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$"> ExpiresDefault A691200 </FilesMatch> <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$"> ExpiresDefault A691200 </FilesMatch> </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(txt|xml|js)$"> Header set Cache-Control "max-age=691200" </FilesMatch> <FilesMatch "\.(css)$"> Header set Cache-Control "max-age=691200" </FilesMatch> <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$"> Header set Cache-Control "max-age=691200" </FilesMatch> <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$"> Header set Cache-Control "max-age=691200" </FilesMatch> </IfModule>
Cheers,
CalumHi @adrianbakar,
Awesome that’s great ??
What error is showing on the Browser Caching page?
Cheers,
CalumHi @himala76,
Can you please enquire with your hosting provider, as to why all .htaccess compression rules are not being applied when modules mod_deflate, mod_setenvif, mod_headers, mod_filter, mod_mime are enabled.
They may be able to shed some light on the situation.Cheers,
Calum