kocakserdar7
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAME@imjino It is normal because my origin server is quite slow. Also, If Litespeed allow to serve static files (css&js and images) from their CDN servers, the page loading time will take less than 1 second completely.
As you can see, the html file is loading extremely fast in the test.
You can also use external CDN service for serving static files optionally. Then the page will be loaded less than 1 second.
- This reply was modified 5 years, 11 months ago by kocakserdar7.
Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAME@shivam Thank you for the update ?? quic.cloud serves html pages from your CDN servers. I know that but will it serve static assets too from the CDN?
Because I checked it on GTMetrix and saw that; static assets are loading slower than html pages.
Check the Waterfall tab please: https://gtmetrix.com/reports/wplibrary.site/mPWoKe40
When I check your site, I see that:
Caching of static content such as images, CSS, and JavaScript
- This reply was modified 5 years, 11 months ago by kocakserdar7.
Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAME@imjino it is SSL error. Change your network environment first. For example from 4G to wifi. And secondly, change the browser pls.
Because when I test my blog on the some tools such as GTMetrix, Pingdom, the page is opened well.
Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAMEhttps://wplibrary.site/wp/
The quic.cloud is still beta. We should wait for the full version.
It is working well. I will publish a guide for that on my blog soon. And will notify you ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAMEYes it is working extremely fast now. Serving html pages from CDN cache and 80ms TTFB! Excellent!
Does it serve static assets (css,js,images) from CDN?
Thank you!
King regards.Forum: Plugins
In reply to: [LiteSpeed Cache] Quic.cloud and CNAMEHi @qtwrk ,
Hope you’re fine ?? Thank you for information.
Site url: wplibrary.site
Origin ip: 31.169.79.901- I installed an SSL certificate and installed WP with LSCache plugin.
2- Then added my blog to the quic.cloud
3- removed A record from Cloudflare DNS settings.
4- Added CNAME record as you recommend ( c186.tier1.quic.cloud )Check below screenshot please:
I can’t verify CNAME record in the dashboard:
Also I updated my mail and API key in LSCache plugin. But it doesn’t work. Can you please check it? (wplibrary.site)
- This reply was modified 5 years, 11 months ago by kocakserdar7.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] About PaginationThank you very much ??
Forum: Plugins
In reply to: [W3 Total Cache] Object Cache Issue (May be Bug)Thank you for the support ?? It is fixed!
Forum: Plugins
In reply to: [W3 Total Cache] BUG: Browser cache for SVG Images Don’t WorkForum: Plugins
In reply to: [W3 Total Cache] BUG: Disk:Enhanced@vmarko You’re most welcome ??
King regards.Forum: Plugins
In reply to: [W3 Total Cache] BUG: Disk:EnhancedHi @vmarko ,
Did you check it?
Thanks! ??Forum: Plugins
In reply to: [W3 Total Cache] BUG: Disk:EnhancedHi bro, ??
Yes, Enhanced doesn’t touch PHP, so the header is not added. But any Nginx header is not added too. I found the cause of the bug. It is related to W3TC Nginx configuration.
- First, please read below post:
https://www.peterbe.com/plog/be-very-careful-with-your-add_header-in-nginx - And below config code is created by W3TC Disk:Enhanced. Check please:
location ~ /wp-content/cache/page_enhanced.*html$ { add_header X-Powered-By "W3 Total Cache/0.9.7.1"; }
Because of the enhanced config, “X-Powered-By: W3 Total Cache/0.9.7.1” header is visible only. Other security headers are added to browser cache part of the config by W3TC. Such as X-Frame-Options, Referrer Policy are removed from http headers by Nginx. Also charset utf8 is removed from content-type header too.
- And this is another example which is created by W3TC (For js and css files):
location ~ /wp-content/cache/minify/.*\.css$ { types {} default_type text/css; expires modified 31536000s; add_header X-Powered-By "W3 Total Cache/0.9.7.1"; add_header Vary "Accept-Encoding"; add_header Pragma "public"; add_header Cache-Control "public"; }
Again all of other http security headers are removed by Nginx. (Like X-Frame)
Main idea is that, NGINX always fulfills requests using the most specific match. I can’t fix it because I shouldn’t edit config lines created by W3TC. But You may fix it at next update. Please.
My English is not good sorry about that. However, I hope you understand it bro. Feel free to ask anything if you don’t understand my poor language. Or deploy a simple nginx server and then turn on security headers with Disk:enhanced. You will see everything. ??
Nginx is next generation of webmaster world. Even personal bloggers will migrate their websites to Nginx soon. And hope we’ll make W3TC better. ??
I marked it as resolved but let me know your feedback please. Thanks,
Best regards.Forum: Plugins
In reply to: [W3 Total Cache] Minify ProblemHi @vmarko ,
So sorry bro! Finally, I found causing the issue.
This is default multisite rewrite rules for nginx:
# Add support for subdirectory structure in WordPress Multisite if (!-e $request_filename) { rewrite /wp-admin$ $scheme://$host$uri/ permanent; rewrite ^(/[^/]+)?(/wp-.*) $2 last; rewrite ^(/[^/]+)?(/.*.php) $2 last; }
Above rules was staying top of W3TC nginx rules. Moved these rules to bottom of W3TC nginx rules. It is fixed now. Once again so sorry, because the issue was not related to your plugin. ?? I updated both of threads as resolved!
Thanks!!
Best regards.Forum: Plugins
In reply to: [Multisite Language Switcher] Gutenberg and Php 7.2Hi @realloc ,
Hope you’re fine ??I will migrate my site from “Multilingual Press” to “Multisite Language Switcher”. Because they are really frustrating.
https://www.ads-software.com/support/topic/gutenberg-support-34/Keep it up please, We trust you! Thank you so much,
Best regards. ??Hi Alex ??
I want to hide Cloudflare API Key for more security reason only ??
Thank you for quick response ??
Best regards.