how to Test Site with Cloudflare DNS and Direct from Server
|
01-16-2021, 05:31 AM
Post: #1
|
|||
|
|||
how to Test Site with Cloudflare DNS and Direct from Server
i want to review why my site is giving high FFTB after using cloudflare. can i test my site direct to server without removing Cloudflare.
thanks for your help. |
|||
01-27-2021, 07:17 AM
Post: #2
|
|||
|
|||
RE: how to Test Site with Cloudflare DNS and Direct from Server
You can add this snippet to the scripting tab to first set the DNS to the origin server for the domain, then to navigate and return a test result.
setDns example.com 0.0.0.0 navigate https://example.com |
|||
02-15-2021, 03:52 PM
Post: #3
|
|||
|
|||
RE: how to Test Site with Cloudflare DNS and Direct from Server
@huma1985 I recently saw something similar on my site. A few pointers you may find helpful:
But also I noticed that in my case, my nginx was set to provide cache headers by file extension. So while working for 90% of everything was not setting cache headers on extensionless URLs ending in "/". So I changed my nginx config to apply cache headers by mime-type for text/html. That fixed the extenionless url cache headers. If my post helps you, click the little "user +" icon on the lower left to give me a rep! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)