Happy New Year 2019
Statistics for 2018
This is the first year I have used Google Analytics to gather these statistics. Even though I have been using Google Analytics for many years, in previous years I just relied on the statistics presented in the Wordpress admin dashboard. This is no longer possible as I am now using Hugo to power this site. This also means that the reported numbers are different, in fact, Wordpress seemed to always report higher numbers than Google Analytics. The stats for 2017 on this page are also from Google Analytics so that a fair comparison can be made. See the Happy New Year 2018 post for the Wordpress sourced 2017 stats.
Summary
Metric | 2017 | 2018 |
---|---|---|
Page Views | 83k | 116k |
Users | 41k | 63k |
A User is a unique person who visited this website at least once.
Most Popular Pages
Ranked by number of page views:
2017 | 2018 | ||
---|---|---|---|
Altium Tricks And Standards | 10.5k | Altium Tricks And Standards | 11.0k |
Altium Bugs And Things To Watch Out For | 4.9k | Altium Bugs And Things To Watch Out For | 5.8k |
Home Page | 3.9k | Linux Serial Ports Using C/C++ | 4.6k |
A Function Pointer Based State Machine | 2.3k | How To Use SocketCAN With The Command-Line In Linux | 4.4k |
Component Packages | 2.2k | How To Use SocketCAN With C In Linux | 4.4k |
Altium Scripting And Using The API | 2.0k | Homepage | 4.2k |
Altium Keyboard Shortcuts | 1.7k | A Function Pointer Based State Machine | 3.3k |
UART Protocol | 1.4k | Altium Scripting And Using The API | 2.7k |
PCB Design | 1.3k | Adding A Custom App To A Yocto Build | 2.5k |
How To Unbrick A PICkit 3 | 1.2l | Altium Keyboard Shortcuts | 2.3k |
Acquisition
5 most popular acquisition methods by number of users:
2017 | 2018 | ||
---|---|---|---|
Organic Search | 34.4k | Organic Search | 53.6k |
Direct | 4.8k | Direct | 7.0k |
Referral | 1.9k | Referral | 2.3k |
Social | 247 | Social | 147 |
Other | n/a | Other | 1 |
Most Popular Referrers
5 most popular referrers by number of users:
2017 | | 2018 |
------------------------|--------|-------------------|-----
en.wikipedia.org | 710 | en.wikipedia.org | 663
duckduckgo.com | 198 | duckduckgo.com | 402
disq.us | 186 | cn.bing.com | 122
cypress.com | 129 | yandex.ru | 71
dangerousprototypes.com | 79 | r.duckduckgo.com | 46
Plans For This Year
- Utilize Hugo to it’s fullest capabilities. Although the migration from Wordpress to Hugo is complete, I feel like I have not yet explored all of the possibilities that Hugo allows. This includes sitemaps, RSS feeds, automatic thumbnail creation, better shortcodes, e.t.c.
- Find a way to reliably detect dead links as they occur, along with an easy way of fixing them.
- Move all of the mbedded.ninja GitHub repos into my own personal account, as there is no real need for a mbedded.ninja “organization” on GitHub, at it just leads to extra work and confusion on where repos are.
- Remove all the excess images in the blog repository. As a result of the Wordpress migration, there are many copies of a single image, each at a slightly different pixel size (I’m assuming they were created as part of a page load speed optimization in Wordpress). These are un-needed as Hugo can resize images at build time to correctly fit the container on the page. These extra images are just using up repo space.
- And of course, as always, add more content!