alterok9
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] The generated nginx.conf is not in the server blockThis my website : https://altersay.com/
I use :
Webserver: Nginx (With FastCGI) (Server in Singapore by DO)
AO : JS/CSS and HTML Minify
W3TC :- Page cache (Disk enhanced)
- Object cache (Redis)
- Database cache (Redis)
- Browser cache (enabled)
- Opcode cache (Zend)
Can you check my site, sir? Is there a wrong configuration (like a conflicting cache maybe)?
Thanks before,
Forum: Plugins
In reply to: [W3 Total Cache] The generated nginx.conf is not in the server block@vmarko Hello sir, are you there?
Forum: Plugins
In reply to: [W3 Total Cache] The generated nginx.conf is not in the server blockOk I understand, so when I have made Server-Level cache configuration, then on W3TC I select Disk:Enhaced option, right?
And if I don’t configure Server-Level caching such as Object Caching then on W3TC I select Redis/Memcached, right?
Mentioning your example, that means when I make a configuration on Browser Cache as you said, automatically the browser cache configuration on Nginx.conf/****.com.conf (Server-Level) is unreadable and unused? and will be used is Nginx.conf made by W3TC?
1 more question sir, I have tried minify CSS/JS in W3TC but it seems that both the auto and manual options result in destroying the interface, can I use the Autoptimaze plugin to minify JS/CSS?
I really appreciate your answers to these questions of mine
Forum: Plugins
In reply to: [W3 Total Cache] The generated nginx.conf is not in the server blockVery helpful, if it’s like this, then at least my website has three .conf
- Nginx.conf (Nginx folder)
- ****.com.conf (Server block)
- Nginx.conf (in the website folder)
Correct?
but how does the nginx.conf in the website folder read and execute properly?
Then, if I use FastCGI then there is no need to enable page cache on W3TC?
Forum: Plugins
In reply to: [W3 Total Cache] The generated nginx.conf is not in the server block1 more question regarding “Nginx + Memcached” in page cache.
Is Nginx what fastcgi means? I’m using Nginx FastCGI.