Need a web designer

Suspended
Joined
24 Oct 2012
Posts
25,266
Location
Godalming
Anyone know of any small companies / freelancers who do web design? I have a small site which needs some work but I'm rubbish at this so will pay someone to do it. The site is running and working fine, but needs lots of optimization according to Google Pagespeed, and it does feel slow so I'd like to get that done.

Any ideas?
 
Suspended
OP
Joined
24 Oct 2012
Posts
25,266
Location
Godalming
Cheers guys, the url is http://forevergaming.co.uk

I've tried some things myself but last time I did any coding it was in Turbo Pascal 6 :p

If anyone wants to give me any ideas or pointers, I'd appreciate it, otherwise I'll have to find someone who is a wizz with these things as according to Feedthebot I'm in for one hell of a ride...
 
Suspended
OP
Joined
24 Oct 2012
Posts
25,266
Location
Godalming
Crikey, I added that compression code and although the site *feels* snappier (probably a placebo) Google's results are now showing a point less.

This confuzzles me.
 
Soldato
Joined
16 Jun 2013
Posts
5,375
Haha sorry.

If you take anticonscience up on his offer I'm sure you'll be fine otherwise there's not much that can be done without server access.
 
Suspended
OP
Joined
24 Oct 2012
Posts
25,266
Location
Godalming
Ok, I don't understand this at all. I inserted the code according to Feedthebot and it seems to have had no effect at all. Where does HTAccess belong, in HTDocs, right?

This is my HTAccess file:

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
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 text/html "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 1 month"
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
 
Suspended
OP
Joined
24 Oct 2012
Posts
25,266
Location
Godalming
That's exactly what I added, made no difference. I've sent Anticonscience my server details, hopefully he can help out, otherwise I might have to employ Rashnid from India :p
 
Back
Top Bottom