@@ -327,7 +327,7 @@ class Vivio_Swift_Cache_Menu extends Vivio_Swift_Admin_Messages
global$vivio_swift_global;
echo'<div class="message_standard">';
echo'<p>'.__('Refresh events clear your existing cache when they occur. It is highly recommend to use On-Access Cache with Refresh Events.','vivio-swift').'</p>';
echo'<p>'.__('Refresh events clear your existing cache when they occur. If you have pre-load cache enabled, these events will also refresh your preload cache.','vivio-swift').'</p>';
<spanclass="description"><?php_e('(Recommended: ON) Combining CSS files reduces the number of requests sent to your server and speeds up load time.','vivio-swift');?></span>
<spanclass="description"><?php_e('(Recommended: ON) Combining JavaScript files reduces the number of requests sent to your server and speeds up load time.','vivio-swift');?></span>
@@ -79,7 +79,7 @@ class Vivio_Swift_Dashboard_Menu extends Vivio_Swift_Admin_Messages
{
echo'<div class="message_standard">';
echo'<p>'.__('Vivio Swift (Alpha) released on January 19, 2018. Please report bugs or issues <a href="https://viviotech.net/contactus.html" target="_blank">HERE</a>.','vivio-swift').'</p>';
echo'<p>'.__('Thank you for trying Vivio Swift (beta). Please report bugs or issues <a href="https://viviotech.net/contactus.html" target="_blank">HERE</a>.','vivio-swift').'</p>';
echo'<p><a href="https://twitter.com/viviotech/" target="_blank">'.__('Follow us on Twitter','vivio-swift').'</a> '.__('to stay up to date on new and improved features of this plugin.','vivio-swift').'</p>';
echo'</div>';
...
...
@@ -480,6 +480,7 @@ class Vivio_Swift_Dashboard_Menu extends Vivio_Swift_Admin_Messages
<spanclass="description"><?php_e('Adds a cache timestamp or other information to an HTML comment at the bottom of processed requests.','vivio-swift');?></span>
$vivio_swift_global->debug_logger->log_debug("Vivio_Swift_Cache_Excludes::process_cache_excludes() - Exclude 'user agent' rule hit for user agent value: '".$value."' [SKIPPING]",2);
return"Exclude 'user agent' rule hit for user agent value: '".$value."' [SKIPPING]";