Changeset 178105
- Timestamp:
- 11/30/2009 04:01:09 PM (16 years ago)
- Location:
- chartbeat
- Files:
-
- 4 edited
-
tags/1.0/chartbeat.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/chartbeat.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chartbeat/tags/1.0/chartbeat.php
r175643 r178105 206 206 add_action('widgets_init', 'chartbeat_widget_init'); 207 207 ?> 208 -
chartbeat/tags/1.0/readme.txt
r175646 r178105 30 30 == Frequently Asked Questions == 31 31 32 =What is Chartbeat?= 33 34 Chartbeat is a real-time analytics and uptime monitoring service used 35 by everyone from mom-and-pop bloggers to some of the biggest sites on 36 the web. Try the [demo](http://chartbeat.com/demo/) and then sign up 37 for [a free trial](https://chartbeat.com/signup/)! 38 39 =What does this plugin do?= 40 41 This plugin makes it easy for chartbeat users to install the code they 42 need to add to their site that enables chartbeat to track what's 43 happening. Adding this plugin to your site if you do not have a 44 chartbeat account will not provide you with any analytics. 45 46 =Will this plugin slow down my site?= 47 48 No, chartbeat's code is completely asynchronous. That means that it 49 doesn't begin to run until everything else has already loaded. 50 51 =How is this different from Google Analytics?= 52 53 Chartbeat provides statistics in real-time and sends you alerts if 54 your site goes down or your traffic spikes. This allows you to quickly 55 respond by fixing your server, improving your content, responding to 56 other bloggers, or whatever is appropriate for your site. Because 57 chartbeat sends pings throughout a user's session, you also get a much 58 richer sense of how people are using your site. 59 32 60 == Screenshots == 33 61 -
chartbeat/trunk/chartbeat.php
r175641 r178105 206 206 add_action('widgets_init', 'chartbeat_widget_init'); 207 207 ?> 208 -
chartbeat/trunk/readme.txt
r175646 r178105 30 30 == Frequently Asked Questions == 31 31 32 =What is Chartbeat?= 33 34 Chartbeat is a real-time analytics and uptime monitoring service used 35 by everyone from mom-and-pop bloggers to some of the biggest sites on 36 the web. Try the [demo](http://chartbeat.com/demo/) and then sign up 37 for [a free trial](https://chartbeat.com/signup/)! 38 39 =What does this plugin do?= 40 41 This plugin makes it easy for chartbeat users to install the code they 42 need to add to their site that enables chartbeat to track what's 43 happening. Adding this plugin to your site if you do not have a 44 chartbeat account will not provide you with any analytics. 45 46 =Will this plugin slow down my site?= 47 48 No, chartbeat's code is completely asynchronous. That means that it 49 doesn't begin to run until everything else has already loaded. 50 51 =How is this different from Google Analytics?= 52 53 Chartbeat provides statistics in real-time and sends you alerts if 54 your site goes down or your traffic spikes. This allows you to quickly 55 respond by fixing your server, improving your content, responding to 56 other bloggers, or whatever is appropriate for your site. Because 57 chartbeat sends pings throughout a user's session, you also get a much 58 richer sense of how people are using your site. 59 32 60 == Screenshots == 33 61
Note: See TracChangeset
for help on using the changeset viewer.