Mfa
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] support avif format@qtwrk Unfortunately, I can’t include a paid option for this in my life right now.
It seems that one should give up “avif or cloudflare”.
thanks for the answers. I wish you good work.
Forum: Plugins
In reply to: [LiteSpeed Cache] support avif format@qtwrk never thought of that thanks ??
Do you have any solution suggestions? this really upset me. Is it still too early to use avif? Have a little Band-Aid until things get easier? ??
I like litespeed cache and its support. thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] support avif format@qtwrk Thanks for the support it works great. sorry i had to test for a few days, i’m not good at this.
I converted the image file with the extension “sample.jpg” into avife. the new extension became like this “sample.jpg.avif”
https://i.ibb.co/2cz66r2/IMG-20230729-WA0005.jpg
htaccess code and it shows sample.jpg.webp in gtmetrix, but the file type is marked as image/avif. would this be any problem? avif format works but the extension is webp.
Also, “replace image webp” setting is turned on in litespeed cache settings. will this make it work? should i turn it off?
I hope you will have full avif support in the near future. I am currently using ezgif and jpg to avif converter (manual). avif file size is much smaller than webp format.
(I used google translate ??
Forum: Plugins
In reply to: [LiteSpeed Cache] support avif formatedit: this htaccess code seems to be working. but it won’t work if litespeed cache > image optimization settinge > image webp replacement is on. (I don’t know if this is the problem, faxt works when I turn this setting off)
<IfModule mod_mime.c> AddType image/avif avif AddType image/avif-sequence avifs </IfModule> <IfModule mod_rewrite.c> RewriteEngine On # AVIF deste?i varsa AVIF format?nda sun RewriteCond %{HTTP_ACCEPT} "image/avif" RewriteCond %{REQUEST_FILENAME}.avif -f RewriteRule ^(.*).(jpg|jpeg|png|gif) $1.$2.avif [T=image/avif,L] </IfModule>
With the option turned on: avif is skipped, only webp is served. with option turned off: if avif is available but webp is no longer served, original extensions are offered (png, jpg, jpeg etc)
Is there htaccess code to solve this problem? or another solution. thanks
(with Google translate)
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed cache and adsense questions/problems?Calling all ads while the page is loading primarily affects page creation. If all ads are called while the page is loading, it will delay the rendering of the page. Total blocked time measures until the page creation time expires. If only the first ad is loaded and no visible ads are triggered, the page rendering process is accelerated. google says so in their documentation. It recommends lazy load for adsense but for developers. because doing so requires coding splitting. If adsense lazy load feature, only the display ad will load, other ads will not affect the page creation process (web vitals data). Also, if the initial ad loading is delayed until user interaction, the 3rd party adsense codes will not contribute at all to the page creation. so the web vitals data will be perfect. Thank you for notifying the developer team about this feature request. i love litespeed
Forum: Themes and Templates
In reply to: [OceanWP] masonry and infinty scrolling issue!Are you a plugin developer? When you first look at the site and now no other plugin is active (frontend) except ocean extra. Ocean extra also has all js turned on for vanilla compatibility. and I don’t use elementor so I can’t submit a bug report. The problem is on oceanwp. please tell me you can solve it. thanks (google translate)
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed cache and adsense questions/problems?1)The biggest expectation from an optimization plugin is that it provides solutions to the things that slow the site down the most. In most of the sites, adsense is the biggest factor slowing down the site. Our biggest request from you is (Google recommends) lazy load feature for ads. please consider this. a lot of people don’t know about it. but if you put it to vote, it will get the most votes.
2) looks like litespeed lazy load for images is waiting for adsense. affecting page rendering. The theme’s own lazyload feature does not have this problem. but I prefer to use all features over litespeed. I love litespeed.
3)I do not know. In my country, they recommend wp rocket plugin in all forums, optimization services (to speed up adsense, reduce its effect on page load). I say “no! I want to solve it with litespeed cache” but they say “it is not possible, we need wp rocket”. I do not understand you. I think they are talking about lazy load adsense and defer (preventing not loading until user interaction) feature for adsense. litespeed has a similar defer feature but I can’t filter it.
4)Maybe I misunderstood. In pagespeed metrics, “total blocking time” is 2.000 ms, “Time to Interactive” is between 10s and 12s. The reason was adsense, they suggested wprocket but I refused. I’m looking for a way to solve this with litespeed.
litespeed js delay feature increases page speed. but it breaks some js executions. I looked at the html code, and the js code of the litespeed “delayed” feature remains. I want to defer (late load) all js files and only delay (block until interaction) the adsense code. There must be a way to mark it. this solution solves theme js issues, just suspend adsense until user interaction, site speed and score will increase. everyone is happy ?? it’s a shame to depend on 3rd party plugins for this feature.
Delaying the first ad loading for adsense (to prevent until user interaction) and lazyload for subsequent adsense ads (loading when close to the screen area) solves the problem of ad codes on all sites slowing down the site. google recommends lazyload for ads. but for developers, how can non-programmers do it? Please consider this matter. people have to rely on 3rd party plugins for this missing feature. Look at the plug-ins that close the gap, the number of users is very high, because there is a need. I really want these two features to be part of the litespeed cache. in summary; Not site-wide, just for ads codes (prevent loading without user interaction) and lazy load adsense (ad placement plugins have claimed this task, but an optimization plugin should do this). thanks (sorry i don’t know english. i use google translate) i hope it was understood. Thanks ??
- This reply was modified 3 years, 2 months ago by Mfa.
Forum: Plugins
In reply to: [Statically] Combined CSS and Javascript with lightspeed cachehi, I wouldn’t recommend using combine css and js files created by litespeed with statically cdn. I found a trick to do this, but it’s not performing. When litespeed purge is done, css and js files are recreated every time. statically too slow at first caching! average between 2-4 sec. css vs js files constantly change names. so your site will slow down. For files that will not change for a long time (images, fonts, favicon etc.) it is wise to use statically. but performance killer for constantly changing files! (sorry, i used google translate.)
Forum: Plugins
In reply to: [Statically] Only Cache IMG?thanks, but i’m using css and js minify. The files I need are compressed. In addition, wordpress assets do not need to be loaded from cdn. it would be great to turn it off. The configuration is not complete because I tested the plugin on a closed site. I also use litespeed cache. there cloudflare is active. I also enter the settings to add your cdn service but it doesn’t work. I guess there is no place to enter the api because of this? Please match the cdn settings in litespeed cache. Can you check? Is it mandatory to install an external plugin? litespeed does a lot of things. just adapt. thanks
comments created by users are an important interaction signal for websites. As with forum sites, is there any way Google likes comments? html tags, rich snippets etc … Comments on blog sites are overshadowed. The theme I use on my site also uses all the content as comments due to its structure. Is rankmath ignoring comments?
Forum: Plugins
In reply to: [LiteSpeed Cache] object cache support for shared hosting?thanks, I’m looking forward to it. litespeed team is great!
Forum: Plugins
In reply to: [LiteSpeed Cache] object cache support for shared hosting?thanks for support. w3 total cache has an internal database block. It would be nice if litspeed did a similar feature. The majority of websites use shared hosting.
Forum: Plugins
In reply to: [LiteSpeed Cache] object cache support for shared hosting?thanks, this news upset me
Forum: Fixing WordPress
In reply to: adsense automatic ads are not shown in the postNo advertisements are placed in the article written with Gutenberg. but in an article written in a classic editor ads placed. This seems to be the Gutenberg problem.
Forum: Plugins
In reply to: [Simplicity Save for Later] Help to add to the title of the article!at the end it helped ?? This code can also be useful for you. There were too many errors (loops). How can I optimize this code? and do I have to use css to hijack the side of the head (to the right of the head)? Thank you ??
add_filter(‘the_title’, ‘baslikta_kaydet’, 10, 2);
function baslikta_kaydet($title, $id) {
if (get_post_type($id) == “post” && !in_the_loop()) {
$YeniBaslik = $title . ‘ ‘ . do_shortcode(“[simplicity-save-for-later]”);
return $YeniBaslik; }
else {return $title;}
}