-
-
Recent Posts
Recent Comments
- Results of Google Hackathon - Binary Orders of Magnitude on Measuring Web Performance Using Google Spreadsheets
- Sergey Chernyshev on Your #awesome local @webperf meetup!
- Stephen Thair on Your #awesome local @webperf meetup!
- Tobias Baldauf on Your #awesome local @webperf meetup!
- Sergey Chernyshev on Your #awesome local @webperf meetup!
Categories
- AJAX (1)
- Books (1)
- Meet for SPEED (1)
- Meetup (14)
- Misc (1)
- Mobile (1)
- ShowSlow (30)
- SVN Assets (3)
- Talks (4)
- Web Performance (48)
Archives
- December 2011
- October 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
Category Archives: ShowSlow
ShowSlow 0.15: Now using only DBUpgrade
Managing database was a bit confusing before and you had to both load tables.sql and then run make to initialize DB schema. Now, I moved all database setup into dbupgrade.php so starting with ShowSlow 0.15 new users can just run make … Continue reading
Posted in ShowSlow
Leave a comment
ShowSlow 0.11: Added YSlow 2.1.0 “Avoid Empty Image src” rule
YSlow team released new version – 2.1.0 and among other things, they added a new rule Nikolas Zakas came up with for checking if there are any images/scripts/other external files that have empty URL. This means that new release of ShowSlow … Continue reading
Posted in ShowSlow, Web Performance
Leave a comment
ShowSlow 0.10.2 – minor install packages fixed
ShowSlow 0.10 had some minor issues with install packages – fixed now in v0.10.2. If you had troubles installing 0.10, go ahead and download the latest package: showslow_0.10.2.zip (zip, 862K) showslow_0.10.2.tgz (tarball, 730K) Installation instructions can be found in the … Continue reading
Posted in ShowSlow, Web Performance
Leave a comment
ShowSlow 0.10 More metrics and a bit prettier details page
New ShowSlow version 0.10 – all measurements are now surfaced in the breakdown sections on details page. A few particularly interesting ones, like Page Speed’s Transfer Size and Page Size and dynaTrace’s Total time on network / JavaScript and rendering, … Continue reading
Posted in ShowSlow, Web Performance
1 Comment
ShowSlow 0.9 with support for PageSpeed 1.9 beacons
Upcoming PageSpeed 1.9 has a few new rules implemented and ShowSlow needs to keep up. Welcome ShowSlow 0.9 with updated beacon. New rules displayed include: Avoid CSS @import Avoid document.write Combine images using CSS sprites Prefer asynchronous resources Just follow … Continue reading
Posted in ShowSlow, Web Performance
2 Comments