October 2012
29Oct
View Larger Map
21Oct
Next job was to check the engine oil, as the car had travelled 2000 miles since it was serviced three weeks earlier. I was shocked to find that the dipstick was bone dry! I had to buy a 4 litre can of 5W30, which cost me £55.00. and it took 2.5litres to bring the oil level up to Max. I've spoken to the garage and they are concerned that the oil filter may be leaking. But theres no oil on the driveway where I park the car, so I can assume its either used the oil, or the garage never filled it up properly after they drained it. Its going to be inspected on Thurdsay.
17Oct
15Oct
The axle tramp that started at Loton, was getting progressively worse, so much so that even moving forward in the queue resulted in the dreaded tramp. So my third launch was my last attempt, as I didn't want to break anything. I'll drop the engine and box out the car, and make a proper subframe to support the underside of the engine, not to bear any weight, as the engine and box are already suspended on the M-Sport mounts. But I need to fit some mounts underneath to arrest the fore/aft movement under accel/braking.
During my last visit in 2004, I ran a 14.44s with the Zetec 2.0 engine, so I'm quite pleased about the >1second improvement, however, I reckon another couple of tenths could be shaved off with less camber on the front wheels, the axle tramp cured, and a little more determiniation.
This is the data table from the RaceTechnology datalogger, showing the 0-60 times on the first column
The results for the Midland Speed Championship are now on their website. I finished first in the 2.0 Saloon Libre Class, and 29th overall. Congratulations to Fred Currell who finished first overall in his Audi S4 Quattro.
05Oct
I used a tool called Page Insights from Google, to establish how my pages can be made to load more quickly.
I've used http://csssprites.com/ to create the single sprite image from the various small pictures.
And I read this article on CSS sprites.
I've also modified the .htaccess file to enforce expiry dates on the various components delivered by the website. When you visit a web page, the browser checks if a picture or style sheet has changed. Without the ExpiresActive setting, the browser assumes that the components are new, and always downloads them. This modification seems to have made the biggest difference to the browsing experience for the site, and should make the biggest single improvement to the download times.
The section added to my .htaccess file:
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
## EXPIRES CACHING ##
Never stand still is one of my many motto's, so if there's no work to be done in the garage, you can be sure I'm focusing my skills elsewhere :D
The Subaru Legacy Diesel was serviced on Monday, and flew through the MOT for the 2nd year. She now has 59,500 miles on the clock and goes from strength to strength. The amount of soot that is produced when I accelerate after cruising on the motorway is still a little alarming, but it proves useful when you want to make a quick getaway from some tailgating low life.