danigomu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Unordered multilevel lists styling issueHello ying, thank you anyway.
Thanks.
Thanks for replying David ??
I thought it was a code glitch of the theme
- This reply was modified 3 years, 3 months ago by danigomu.
Hello! I re-float the thread to see if you can help me with this matter. Thank you in advance.
Forum: Plugins
In reply to: [WP Show Posts] Adaptive images don’t workok, thanks @ejcabquina
Just to clarify it. Let’s imagine I want the WPSP thumbnails to be 400x200px. So in WordPress media options I set one of the image sizes to 400x200px.
Then, i would have the following image sizes available:
1) Original image: https://dominio.com/wp-content/uploads/imagen.jpg (1024x512px)
2) Image width 400w: https://dominio.com/wp-content/uploads/imagen-400×200.jpg 400w
3) Image width 750w: https://dominio.com/wp-content/uploads/imagen-750×375.jpg 750wSo, if I don’t set the size to 400x200px I have this HTML:
<img width="1024" height="512" src="https://dominio.com/wp-content/uploads/imagen.jpg" class="attachment-full size-full wp-post-image" alt="" loading="lazy" itemprop="image" srcset="https://dominio.com/wp-content/uploads/imagen-1.jpg 1024w, https://dominio.com/wp-content/uploads/imagen-400x200.jpg 400w, https://dominio.com/wp-content/uploads/imagen-750x375.jpg 750w, https://dominio.com/wp-content/uploads/imagen-768x384.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px">
However, if I set image size 400x200px in WPSP I’ll get this HTML code:
<img src="https://dominio.com/wp-content/uploads/imagen-400x200.jpg" alt="Texto Alternativo" itemprop="image" class="center">
Is that so? I see that when I configure the image size in WPSP the image I want is chosen, but the “lazy load” attribute is lost.
Forum: Plugins
In reply to: [WP Show Posts] Adaptive images don’t workThank you very much for the reply.
I will review the documentation you send me.
One more question: I am using version 1.1.3. where I can also set the size of the images (width and height in pixels). Would it be a good practice to set exactly the size of any of the sizes that wordpress does by default? For example 300px x 150px if I know that views will never display with a width greater than 300px.
How could I set only one of the dimensions (width or height) and leave the other in auto? How would it be done?
Thanks !
Forum: Plugins
In reply to: [WP Show Posts] Adaptive images don’t workHello @ejcabquina , thanks for replying
I think I have not understood your answer well.
In the code that I sent you, you can see 3 sizes of the same image: 400w, 768w and 980w. The problem is that the browser always displays the full size 980w image for the wp show post views, even when I choose 3 or 4 column or mobile view. Is this operation normal?
If this is the case, what do you recommend me to optimize the delivery of images in different screen sizes?
PS: I don’t see the explanation you mean in your answer haha.
Thanks!
Ok done!!! See you there!!
Hi! Can you please give me a url or contact page where I can ask you this question? I have searched the website you indicate to me and I can’t find any contact form. Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] High server CPU usage since latests versionsHi @qtwrk,
yes, I am using a security plugin, but it is WP Cerber Security.
OK, I have already whitelisted the ips from quic.cloud. I will test a few days to see if the error has been fixed.
Thanks.
Ok @dudo I’ll text you through your site. See you,
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] High server CPU usage since latests versionsHi @qtwrk, thanks for your reply.
could you please guide me to whitelist the your IPs? Where and how?
Thanks!
Hi Dario, thanks for the reply.
Indeed, I am using the Litespeed cache plugin so I have to have the AJAX active.
The problem is not so much the number of request to admin-ajax, it is that this request is very slow to execute, and I don’t have more requests to admin-ajax than this one.
If you need more information, I can send you detailed reports of my site requests that YASR is involved in.
Is there a YASR + Litespeed cache configuration where all of this is optimized?
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] High server CPU usage since latests versionsGood morning!! the answer is no.
However, I am not using any CDN service. Not Quic’s, not Cloudflare’s either. I have all the checkboxes set to OFF within the CDN settings. Is it still necessary to whitelist the IPS?
If yes, could you tell me how and where I can do it? Thanks
- This reply was modified 3 years, 6 months ago by danigomu.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed is not lazyloading AAWP imagesHi @qtwrk. I’m sorry I took so long to respond, I did not receive the email.
Currently I have the problem solved, there is a Litespeed configuration that does apply lazy loading to AAWP images.
Thank you anyway.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed is not lazyloading AAWP imagesHello, sorry for taking a lot time to reply. I have not received the notification email for the responses of this thread, I don’t know why.
@lehanliii I answer you. I also use Page Speed Insights to analyze the web. It’s true, right now it no longer shows the “Defer offscreen images” message and the problem is solved on my website.
The truth is that I don’t know how the problem has been solved. I’ve been changing page optimization parameters / media settings and I guess I came up with the right settings.
Thanks for responding anyway.