-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to be sure, if the Cached page is loaded #78
Comments
I even tried changing something in the Description(data of a page), but when I loaded the page, that changed appeared. |
If making changes to the HTML (or the data that drives it) immediately shows up on the page, then it's not serving the cached version. |
Is there any way? Because I am co
Is there any other way to check, because if changes, it shows immediately. I also see the cached html files. Can you please help me regarding this. |
I unfortunately don't have the bandwidth to help debug your code. Make sure you've set up the URL rewriting properly for your Apache/nginx setup 👍 |
Here is the NGINX File:
And here is the .htaccess file
|
Please reply |
@theankitjais Please verify that on the server that the files are being cached to the
Open source means sharing code so that you don't need to write it. The authors are under no obligation to provide tech support. |
Hey, I have done everything accordingly,
html files are also saved in /page-cache/ directory.
But how to be sure if my page is loaded from cached files or Database?
Please help
The text was updated successfully, but these errors were encountered: