update devenv and readme
This commit is contained in:
11
README.md
11
README.md
@@ -1,5 +1,6 @@
|
||||
[](https://travis-ci.org/stklcode/wp-liveticker)
|
||||
[](https://sonarcloud.io/dashboard?id=de.stklcode.web.wordpress.plugins%3Awp-liveticker)
|
||||
[](https://wordpress.org/plugins/stklcode-liveticker/)
|
||||
[](https://packagist.org/packages/stklcode/stklcode-liveticker)
|
||||
[](https://github.com/stklcode/wp-liveticker/blob/master/LICENSE.md)
|
||||
|
||||
@@ -28,7 +29,7 @@ Easily add multiple livetickers, add them to posts with shortcode or use them as
|
||||
* RSS feed capability
|
||||
* Gutenberg block and shortcode to display liveticker
|
||||
* Add ticker to sidebar widgets
|
||||
* Ability to customise through CSS
|
||||
* Ability to customize through CSS
|
||||
* Localization support
|
||||
|
||||
|
||||
@@ -59,9 +60,11 @@ You can deactivate the default stylesheet on the settings page and include your
|
||||
|
||||
### Does the liveticker work with caching?
|
||||
|
||||
It strongly depends on the use case.
|
||||
If you update your ticker every 5 minutes, a caching time of 12 hours obviously makes no sense.
|
||||
However the AJAX update will fetch the latest ticks and update cached tickers depending on the configured interval.
|
||||
If you activate AJAX updates (enabled by default), the JavaScript will automatically update the content, even when the
|
||||
page is loaded from cached.
|
||||
|
||||
If AJAX is disabled, it depends on your update and caching intervals. If you update your ticker every 5 minutes, a
|
||||
caching time of 12 hours obviously makes no sense.
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
Reference in New Issue
Block a user