hirschferkel
Forum Replies Created
-
O.k. I did not know, that static cache with Nginx will disable the .htaccess headers but use caching, still. So everything works fine.
The system is a mixture with Nginx and Apache.
I do not know why, but today the site will be served from WP-Optimize with .webp images …
I use Nginx for static cache and did not know that it will not work with .htaccess. So everything is fine in this case.
I already changed the robots.txt but I just wonder, why it will be created the wrong way, again? I do not use a CDN.
It worked out, but after a while RankMath mixed up the robots.txt again. Is there a way to lock the robots.txt?
User-agent: *
Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php
Sitemap: https://ixtract.de/sitemap_index.xml
Disallow: /wp-content/uploads/wpo-plugins-tables-list.json
User-agent: *
Disallow: /wp-content/uploads/wpo-plugins-tables-list.json
So I activated nginx and it seems to work.
Actually static browser caching still does not work. .htaccess is writen with WP-Optimize code, but pagespeed.web.de states, that there is no chache-TTL for static images.
Do you know how to fix this?
BEGIN WP-Optimize Browser Cache
ExpiresActive On ExpiresByType text/css "access 26 days" ExpiresByType text/html "access 26 days" ExpiresByType image/gif "access 26 days" ExpiresByType image/png "access 26 days" ExpiresByType image/jpg "access 26 days" ExpiresByType image/jpeg "access 26 days" ExpiresByType image/webp "access 26 days" ExpiresByType image/x-icon "access 26 days" ExpiresByType application/pdf "access 26 days" ExpiresByType application/javascript "access 26 days" ExpiresByType text/x-javascript "access 26 days" ExpiresByType application/x-shockwave-flash "access 26 days" ExpiresDefault "access 26 days"
Header set Cache-Control "public" Header set Cache-Control "public" Header set Cache-Control "private" Header set Cache-Control "private, must-revalidate" Disable ETag
FileETag None END WP-Optimize Browser Cache- This reply was modified 8 months, 3 weeks ago by hirschferkel.
So why does WP-Optimize not deliver the .webp images?
For all images are webp images available on the server. e.g.:
https://ixtract.de/wp-content/uploads/2024/03/Header_Featured_Hompage_ixtract_6.jpg.webp
https://ixtract.de/wp-content/uploads/2024/03/Header_Featured_Hompage_ixtract_6.jpg
So for every .jpg there is a .jpg.webp
I guess I haven’t … I will check this out. Thanks for your quick answer …
Thanks for your help. Actually the robots.txt is the automatically generated robots.txt file from RankMath. So I did not edit it so far …
But I will add your lines and see if it works out.
Maybe you forgot some statements before. It pinpoints directly to RankMath: Deactivating RankMath will instantly make editing the site work like expected.
Activating RankMath will make it instantly impossible to edit it.
The edit lag starts exactly at the very point RankMath has evaluated the site. As long as all keywords are colored red, the site works quite well. At the very moment the keywords turn green and the ranking counter is set from 0 to the evaluated number, the editing is buggy.
I set up a second site, where all other plugins are disabled: https://viswits.com/
With absolutely same results.
Here we go. First half shows page with less elements, where it works as expected. On the second page editing is nearly impossible because of the input lag: https://uploadnow.io/f/QhKx9Xh
So waiting for some minutes will make the page work like expected. So something time consuming in RankMath seems to be calculating in the back again and again. Adding Elements, will cause the same loop again. Here is the screenshot:
https://ibb.co/26L1LrJ
https://ibb.co/HXKYXMW@moderator: How may post do I have to send until you will release this account again?
- This reply was modified 9 months ago by hirschferkel.
Max Input Time cannot be increased. One Minute should be o.k. anyway, shouldn’t it?
There is no error in browser console.
So my PHP values are:
- memory_limit: 512M
- max_execution_time: 180
- max_input_time: 60
- max_input_vars: 4000
So I do not see any PHP “time limit”, but that should not be the root cause, right?
- This reply was modified 9 months, 1 week ago by hirschferkel.
- This reply was modified 9 months, 1 week ago by hirschferkel.