Hello, I am just installed cache plugin and configure settings. Now,
I have some queries...!
1) Just cache plugin install and configure settings - its enough to achieve final cache page output result ..?
2) config.php -->
define('OSC_CACHE', 'memcache');
$_cache_config[] = array('default_host' => '127.0.0.1', 'default_port' => 11211, 'default_weight' => 1); // TCP option
this code must required for ...cache plugin output working...? or its different - ( its a database query cache )
if we enabled in config.php above this then .....can we achieve more high speed ... output ... or its causing issue..?
3) How to check cache page speed result in google page speed tool ..? How mobile device call mobile cache file and desktop device call desktop cache file ...?
4) while checking generated cache html file code - there is red .... dot found many places. check attached img. How to get rid of this...?
doses anyone can see any noticeable difference with or without cache plugin page speed test ...?
FCP & LCP is more then 4 sec ( mobile - 4 sec / desktop - under 2 sec )- big issue currently facing after all possible optimizations' done.
Waiting reply.
5) How to clear just 1 type file cache ...? want just all item page or just all search page or just home page cache clear ... not hole site cache ... then how ...?