![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Dec 2009
Posts: 2,157
|
Best Tips For Cutting Loading Times?
With Google now giving better search rankings to sites which are optimized for loading speeds, I'm starting to look more closely at this.
What are your best tips for cutting loading times, apart from the obvious items: (1) Gzip compression enabled on your server (2) Optimizing the images you're serving Also..... do you guys see a big benefit from using image sprites rather than individual image files? Here's some tips you might comment on, for added value: 5 Asset Management Tricks for Faster Websites | Jon Raasch's Blog |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
|
Caching images (I have set cache through .htaccess).
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
That can shave a few seconds off load times. Sprites can help but are mostly mental masturbation -- saving milliseconds will not make that much difference. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
|
You should also cut rendering times by putting javascript to footer if possible. CSS too if possible, but javascript has usually bigger impact.
You can also speed up load time by using more parallel downloads for objects those are not important for SEO; like banners, etc. You can increase the number of parallel downloads by putting the files to subdomain, etc (different domain). I have done it with subdomain. The parallel download limit is per domain and increasing the number of domains you can get more parallel downloads. I have seen some tests those have had best results with multiple domains, but I have seen best impact with just one additional (sub)domain. For example if your regular file path is: Example Domain, when you put some files into www.pics.example.com]400 - Bad Request you can get those files to download parallel with the files from your main site. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Industry Role:
Join Date: May 2010
Posts: 5,735
|
Get a VPS at VULTR, Ramnode, Leaseweb etc...
Install Debian Jessie Install nginx-extras, mariadb-server, php5-fpm Setup Zend Cache in php.ini Install Wordpress Supercache Win. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
PoiSEO.com
Industry Role:
Join Date: Apr 2001
Location: PoiSEO.com
Posts: 1,201
|
In a Google+ Webmaster Hangout, Google’s John Mueller indicated that page speed might not be a ranking factor anymore.
https://blog.seoprofiler.com/2015/04...actor-anymore/ Page speed is for your UX... |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed Chicago Pimp
Industry Role:
Join Date: Aug 2004
Location: Chicago
Posts: 7,100
|
Optimizing is good but the main thing I see is people using heavy sites, wordpress, plugins and they throw it on an overloaded server or $3 shared hosting. Good underloaded VPS or Dedicated and optimizing will be a bonus and not a requirement. Good Server #1 Optimizing #2
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |