Yoav Rheims
Forum Replies Created
-
Jumping in the conversation here: you don’t have to use LiteSpeedCache’s CDN settings with Cloudflare. Everything is automatic but you may have to tweak some settings in Cloudflare backend.
Forum: Plugins
In reply to: [LiteSpeed Cache] Server Push ImagesNo problem ??
Merci beaucoup ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Server Push ImagesNeat!
Forum: Plugins
In reply to: [LiteSpeed Cache] Server Push ImagesGot it. Could be a good idea to just push the featured image only automatically.
Otherwise, not a big deal.
Forum: Plugins
In reply to: [LiteSpeed Cache] Idea: add LoadCSSThank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] Idea: add LoadCSSWhat I’m talking about is related to improve the font loading. Here an excellent blog post: https://www.zachleat.com/web/comprehensive-webfonts/
Forum: Plugins
In reply to: [LiteSpeed Cache] Idea: add LoadCSSWell, it’s not exactly the same: in the plugin, the option defers loading of all CSS. In the present case, it’s specifically does it for Google Fonts and since most are using those, I think it ought to be checked.
Forum: Plugins
In reply to: [LiteSpeed Cache] Idea: add LoadCSSIt’s just a simple way to defer Google Fonts and accelerate content loading (so that you read the content way before the Google Fonts kicks in). It may seem a little bit awkward but it does the job and by increasing your PageSpeed score to the top.
Forum: Plugins
In reply to: [LiteSpeed Cache] load defer css/jsI guess you must add your https://yourdomain.name/wp-content/plugins/js_composer/assets/css/js_composer.min.css
Forum: Plugins
In reply to: [LiteSpeed Cache] load defer css/js@hailite Awesome ?
Forum: Plugins
In reply to: [LiteSpeed Cache] load defer css/js@nguyendam Excellent idea! I was looking to add it myself. I’ll even suggest that LiteSpeed should detect the best critical CSS path and generate it for each page.
@hailite Awesome!
- This reply was modified 7 years, 1 month ago by Yoav Rheims.
Forum: Plugins
In reply to: [LiteSpeed Cache] Known Supported PluginsFollowing my reply from yesterday, I’d like to add few specifications for the Divi theme:
- Disabled all the performances stuff from the Divi theme options: minification, static files combinaisons, etc.
- Enabled CloudFlare with most of the performance options: minification, Rocket Loader, RailGun, etc.
- In the LiteSpeed Cache settings, I’ve removed all the performance options other than Server Push.
All the things combined work pretty well. Please make sure not enable minification twice! If you do, it’s gonna break your theme badly.
- This reply was modified 7 years, 2 months ago by Yoav Rheims. Reason: Danger message added
- This reply was modified 7 years, 2 months ago by Yoav Rheims.
- This reply was modified 7 years, 2 months ago by Yoav Rheims.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS minfy + cloudflare minify@lclarke Thank you ?? The last update is awesome.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS minfy + cloudflare minifyI know, learning from experience huh?
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS minfy + cloudflare minifyOn our websites, I did the following:
- Activated minification and Rocket Loader in Cloudflare.
- Activated CSS/JS push from LiteSpeed Cache plugin in WordPress.
- For the combine CSS/JS option, you have to test with your theme but I don’t think it’s really recommended because you have Cloudflare’s HTTP/2 running with Server Push…
Anyway, I wouldn’t recommend to enable both minification options from Cloudflare and LiteSpeed Cache. Choose either one of them but not both or it’s gonna break your website. Consider it as a best practice.