mlazarov
Forum Replies Created
-
Forum: Reviews
In reply to: [Hyper Cache Extended] Good caching plugin.Hi Pádraig,
sorry to hear you are no longer user of HCE.HCE works great with https and there is no such issue.
Martin
Try cleaning up the cache from the plugin settings.
Forum: Plugins
In reply to: [Hyper Cache Extended] 1.6.1 Notices and WarningsHi Massimo,
this errors could appear only if you mess up something with your WordPress/HCE installation.
Forum: Plugins
In reply to: [Hyper Cache Extended] Cache json api with Hyper CacheHi kerupuklovers,
yes that can be supported. Will try to add it to the next HCE version.
Martin
Forum: Plugins
In reply to: [Hyper Cache Extended] 1024 per directory limitHi MassimoD,
this is known issue and will be fixed in the future version.Martin
Forum: Plugins
In reply to: [Hyper Cache Extended] Work with nginxHi photokulinar,
yes HCE works with all web servers supported by wordpress. HCE doesn’t require any specific web server to work.
Forum: Plugins
In reply to: [Hyper Cache Extended] Have a question with Max server load averageif the server load is above
max server load avg
then the plugin will serve only cached version and will not try to create new cache file until the server load is bellowmax server load avg
value.Forum: Plugins
In reply to: [Hyper Cache Extended] jetpack mobilePlease update to the latest version – it included fixes for this issue.
Forum: Plugins
In reply to: [Hyper Cache Extended] Static Home Page cache Invalidation problemduplicated issue – closing it
https://www.ads-software.com/support/topic/invalidate-homepage-cache-when-new-posts-pubblishForum: Plugins
In reply to: [Hyper Cache Extended] Fatal Error: Call to undefined function is_404() inHi aldon!
is_404() is wordpress common function, so it should exists!
https://codex.www.ads-software.com/Function_Reference/is_404
Can you give me information how to reproduce this error?
Forum: Plugins
In reply to: [Hyper Cache Extended] How can i manually invalidate cache?Hi, you can fire the HCE hook to cleanup the referenced post. Example:
do_action(‘publish_post’,$post_id);
or just call the HCE function (but first check if it available!):
if(function_exists(‘hyper_cache_invalidate_post’)){
hyper_cache_invalidate_post($post_id);
}Forum: Plugins
In reply to: [Hyper Cache Extended] Mobile cached page show on PCEnable the Configuration for mobile devices section. Also update to the latest HCE version that includes more complete list of mobile user agents.
Forum: Plugins
In reply to: [Hyper Cache Extended] Invalidate Homepage cache when new Posts pubblishThere is only one reason the homepage to be not refreshed when new content is added: your server load is above the “Max server load average” setting. If that is true you will se red warning when opening HCE settings page.
Forum: Plugins
In reply to: [Hyper Cache Extended] Should there be anything in view source?Hi Kargo,
if the plugin is working you should see something like this at the bottom of your html source code:
<!–
Hyper cache file: 9c68beec2f3f6a8104a6c94d9cc603e6
Cache created: 12-05-2015 13:16:29
HCE Version: 1.4.0
Load AVG: 3.47(9)
–>Remember: HCE doesn’t serve cache to logged in users/admins/editors etc! So open anonymous tab of your browser and test.
Forum: Plugins
In reply to: [Plugins] Malware dedected – [Wordfence Alert]Hi searchsaurabhverma,
this is nothing to do with the “Plugins” plugin it’s related to “revslider” plugin. Write to theyr support page.