Category Archives: Metrics
Small speed improvements
From
To

Daily stats January 2014 – October 2015 of three of my blogs
Daily stats January 2014 – October 2015
1,780,602 Total page views
811,951 Total visitors
718,178 First time visitors
2.19 Page views per visit
88.4% New visitors ratio
1,546,692 Total page views
823,968 Total visitors
728,652 First time visitors
1.87 Page views per visit
88.4% New visitors ratio
1,164,327 Total page views
629,861 Total visitors
560,493 First time visitors
1.84 Page views per visit
88.9% New visitors ratio
Breaking the PageSpeed Barrier with Bootstrap
I recently had the pleasure to listen to Ilya Grigorik give a talk at Velocity in NYC on Breaking the 1000ms Mobile Barrier. During the talk, Ilya usedPageSpeed Insights to demonstrate that several high profile websites had overlooked some very simple and common optimizations and resulted in poor PageSpeed scores. For the unfamiliar, Pagespeed Insights is a web based tool created by Google that analyzes the content of a web page, then generates suggestions to make that page faster.
After Ilya’s talk ended, I started to think more about why performance always seems to be an afterthought with developers. As I pondered this thought, I kept coming back to the following question:
logstalgia
For a long time that I’v wanted to install logstalgia….
Todays is the day!
So, we need to download Xcode 5.1.1 (Mountain Lion) from https://developer.apple.com/downloads/.
BREW
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget
wget https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.0.6/logstalgia-1.0.6.tar.gz tar -zxvf logstalgia*.gz cd logstalgia* brew install pkg-config glew sdl2 SDL2_image sdl SDL_image boost GLM freetype pcre
./configure make make install
This should do the work.
MacPorts
Other way to install is using MacPorts – logstalgia @ macports -.
Via terminal
sudo port -p -u install "nolstalgia"
Using GUI?
You can try jportsui Java based, graphical user interface to MacPorts 2.0+.
If you have an old GCC verion (prior to 4.6) you might get the following errors…
Unfortunately while making “make” I had an error f*ck!
cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable" cc1plus: error: unrecognized command line option "-std=gnu++0x" make: *** [src/logstalgia-ncsa.o] Error 1
Why?
According to some pages GCC is to old. We need GCC 4.6, mine is 4.2.1.
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Sources / Related links
http://logstalgia.io/
http://robido.com/mac/install-logstalgia-on-mac-and-use-with-ssh-tunnels/
https://developer.apple.com/downloads/
userstats.com
Found today userstats.com.
The Solution – UserStats™ shows your visitors instant and real time usage statistics – putting their mind at rest and allowing you to grow conversions, engagement and sales.
“Companies from Basecamp to eBay use social proof statistics in some form or another, but what UserStats™ is attempting to do with their tools is make it easy to implement and accessible to everyone in terms of cost. ”
Search Engine Watch
userstats.com is from hotjar.com.
Profiling with Xhprof & Xhgui
Some useful links about Xhprof.
Profiling PHP Part 1: Intro to Xhprof & Xhgui
https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part-1
Profiling PHP Part 2: Xhgui In-Depth
https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part-2
Benchmarking / Profiling with XHprof
gtmetrix new layout
I’m finishing a website for a client…
Went to gtmetrix to perform some speed tests and saw that they have a new layout.
It’s time to make it faster – more green -, following my awesome tutorial of how to improve gtmetrix results.
Cloudflare stats for one of my domains
Pingdom Full Page Test, tweaking the result
Results of a WordPress without ZenCache
Load time/waterfall of index.php
After install ZenCache WordPress Plugin
Load time/waterfall of index.php
ZenChache results
<!-- ZenCache file path: /cache/zencache/cache/http/www-domain-com/index.html --> <!-- ZenCache file built for (http://www.domain.com/) in 7.51658 seconds, on: May 29th, 2015 @ 4:00 pm UTC. --> <!-- This ZenCache file will auto-expire (and be rebuilt) on: Jun 5th, 2015 @ 4:00 pm UTC (based on your configured expiration time). --> <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ZenCache fully functional :-) Cache file served for (http://www.domain.com/) in 0.00275 seconds, on: May 29th, 2015 @ 4:06 pm UTC. -->