2) is fixed
3) Would be good to know what other settings you had enabled (minify, zip)
4) not sure what you mean, please explain and send screenshot.
I cannot provide the URL, its a project in development, hidden from indexing.
I also installed this plugin in another project, and the same problems. This does not apply to single pages or posts. The issue affects the Posts Page and other listing pages such as:
Blog – https://wps.dir.md/blog/
Category – https://wps.dir.md/category/our-projects/
Tags – https://wps.dir.md/tag/game/
etc…
This type of page is cached incorrectly or appears on a white screen.
Is APCu PCache installed on https://wps.dir.md/blog/ ?
It does not show APCu PCache HIT.
Can not debug if it is not enabled.
Yes PCache is now enabled. Version v1.2.7 works well. A small note: not all Types and Title are listed in the PCache statistics. https://ibb.co/Gx2tkyb
For example https://wps.dir.md/tag/android/
great. works pretty fast on your site.
from the ID, can you tell what post type these entries are? do you use custom post types?
i am using get_post_type() but for some reason it return empty on your sitz
i need to pass an ID, which doesnt work here.
do not want to store type & title in the cache too as this is not a core feature. questions is why get_post_type(id) returns empty on a given ID.
that’s why i asked if you can follow the page with the given ID.
For example it was https://wps.dir.md/tag/scanner/ with ID=89
term.php; taxonomy=post_tag; tag_ID=89; post_type=post;
Is this what you meant?
yes, can you run
var_dump(get_post( 89 ));
get_post_type and get_post_title all use get_post() but i would like to see the output