• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Tips for Speeding Up Your Web Site

By Abhishek Ghosh May 8, 2014 5:52 am Updated on May 8, 2014

Tips for Speeding Up Your Web Site

Advertisement

Tips for Speeding Up Your Web Site is a Big But Easy to Understand List Which Are Definite Ways To Make Any WordPress Website Load Faster. We have published many articles on Page Speed Optimization, also, we will consider them in this article. Currently we are giving importance to Yahoo’s recommendations – which are Gold Standard throughout the World.

 

Tips for Speeding Up Your Web Site : Understanding Visually Loading Faster and Faster On Test

 

In real life, today, none uses a very slow Internet connection, all tests are done taking the users speed is medium. Practical fact for understanding Tips for Speeding Up Your Web Site is that – on browser a website in real life can seem to load faster than the other, despite they have the exact score and time of visually being complete. We only look at few elements of a webpage while it is first loading – we do not see upper fold of a webpage. Google’s tips and methodologies are not taken in to standard as their major need directly conflicts with W3C’s recommendations. Facebook, for example is one of the best example of optimized backend. Without a good backend score over 91/100 on webpagetest.org is never possible to achieve.

 

Tips for Speeding Up Your Web Site : The Unmodifiable Factors Which Makes a Webpage to Load Slower

 

Google’s CDN is not really geographically distributed like Akamai, nor their backend is great. Obviously, if you include scripts from Google’s any resource; invariably, from certain Geographical area, your Page Speed will be bad (slower loading). jQuery, Microsoft, Facebook uses Akamai; you can use their resource; but keep in mind – nothing is good than having control on your backend – a Javascript is equally dangerous like a .htaccess file is. You must test Redis Cache like modern caching system. We think its better to use Base64 Data URI Encoding than using images in the theme. Only one webpage test tool will be taken in to consideration :

Advertisement

---

 

Vim
1
http://webpagetest.org

 

Tips-for-Speeding-Up-Your-Web-Site

The Unmodifiable Factors Which Makes a Webpage to Load Slower :

 

  1. All kind of Javascript based Ads including AdSense, Double Click Ads etc – they can introduce 404 resources too.
  2. Google Analytics Javascript (use Piwik self hosted solution)
  3. Google Fonts (use own CDN to serve fonts)
  4. All social buttons and their Javascripts – Google Plus, Facebook, Twitter, Pinterest, Delicious and really you can add as many as you want. As we are not Google Plus, Facebook, Twitter, Pinterest ourselves, we unfortunately can not remove them.
  5. Complex page structure for designing the layout
  6. Usage of SSL / TLS

 

Tips for Speeding Up Your Web Site

 

  1. Minimize HTTP Requests, take that most of the visitors has no browser cache. You should not think about the repeat view.
  2. Use Base64 URI Encoding for images, if not possible, use image sprites. Base64 URI Encoding makes the things more easier.
  3. Use multiple Servers and CDN to serve content. Google says the reverse – consistent url, Google themselves uses lot of different CDN containers. As because, the browsers can not handle more than 4-5 request from the same Fully Qualified Domain Name. If you are delivering 8 javascripts serially, you need to split to serve from 2 CDNs, otherwise there will be delay. You can check yourself.
  4. Cache-Control header is for dynamic contents and far future Expires header for static contents
  5. Use mod_deflate for Apache 2.x.
  6. Use the modified WordPress .htaccess for permalink
  7. Stylesheets should be at top and Javascripts should be at footer. This is W3C’s set specification.
  8. Use a load balancer, enable caching by load balancer and set DNS cache to maximum possible.
  9. PHP has the function flush( ) function. You must flush at least once (just below the header)
  10. iPhone caches, but iPhone won’t cache components bigger than 25K.
  11. Obviously you are using some Cache Plugin for WordPress
  12. Obviously, you will not use Database Cache if you have tweaked my.cnf
  13. Searching our website can give gratifying result.
  14. Host is important – only few are good.
Tagged With relay

This Article Has Been Shared 311 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Tips for Speeding Up Your Web Site

  • YouTube One Channel Design Guide With Free PSD

    YouTube One Channel Design requires a redesigning of your YouTube Channel for better branding. Here are links to official specs plus free PSD with guide to use.

  • HTML5 : Vocabulary and Interfaces

    HTML5 can be difficult to understand at high end usage. Basic usage of HTML5 is otherwise easy. Here is a list of Vocabulary and Interfaces for HTML5.

  • Google Penguin 2.0 Update Recovery Tips

    Google Penguin 2.0 Update Recovery is possibly required for vast majority of the medium sized business owners and professional bloggers. Here are some tips.

  • Favicons and Rel Links for Responsive Web Design : iPhone, iPad, Android

    Favicons and Rel Links for Responsive Web Design for iPhone, iPad, Android are needed for standard WordPress Theme Framework or HTML pages. Here is details.

  • Object Meta Tags for Facebook Open Graph Protocol

    Object Meta Tags for Facebook Open Graph Protocol are represented by HTML markup on a particular webpage which uniquely defines each object. Here are standards. There are three parts – Creating Objects, Reading Objects and Updating Objects. We can implement Open Graph Object Meta Tags with widely known Pointers.   Object Meta Tags for Facebook […]

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Components of Agile Software Development January 15, 2021
  • What is Conway’s Law? January 14, 2021
  • Effects of Digitization on Companies : Part XIII January 13, 2021
  • What is SoftAP Mode? January 12, 2021
  • The Most Important Payment Trends January 11, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Tips for Speeding Up Your Web Site," in The Customize Windows, May 8, 2014, January 16, 2021, https://thecustomizewindows.com/2014/05/tips-speeding-web-site/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy