The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  MyBid

How to Increase Website Speed?

Julia Ann

Member
I'm looking to now How to Increase Website Speed, As my website is open slow and takes little time to open.

So I need to know how can I increase my website speed?
 
Just open tools pingdom site / google page speed insights in your pc and check your site score and errors. After that solve all errors you website speed will definitely increase.
 
For what device? <<< That is a rhetorical question really ...

Use CSS media queries to serve down-sized images to mobile devices -- try not to scale larger images to fit.
I really like Google-apis Fonts but using them slows down page loading times I have noticed.
Remote files and scripts like Bootstrap and jQuery: using local minimized files will speed things up.
 
Few tips increase your website speed.
1. Get A Fast & Less-Loaded Web Server
2. Know When To Use GIF, JPG & PNG Files.
3. Use XHTML – No Tables
4. Use CSS Smartly & Compressed
5. Merge & Compress JavaScript Files
6. Manage Included Files Better
7. Use HTTP Compression
8. Better Coding
9. Cache Webpages
 
Few tips increase your website speed.
1. Get A Fast & Less-Loaded Web Server
2. Know When To Use GIF, JPG & PNG Files.
3. Use XHTML – No Tables
4. Use CSS Smartly & Compressed
5. Merge & Compress JavaScript Files
6. Manage Included Files Better
7. Use HTTP Compression
8. Better Coding
9. Cache Webpages
Nice ones with more technical terms/things. :)
 
Compress Images
Mobile Friendly
Compress js
Compress css
Compress Jquery
Switch off the plugins you won't use
Check website Speed
Remove Unnecessary Plugins
 
Most hosts, not all, but most automatically run your sites on http/2 as long as you have SSL certs on board.
well ...
root@paragon-DS-7:~# curl --version
curl 7.47.0
(x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets

curl offers the --http2 command line option to enable use of HTTP/2.

curl offers the --http2-prior-knowledge command line option to enable use of HTTP/2 without HTTP/1.1 Upgrade.

Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
HTTP/2 with curl


root@paragon-DS-7:~# curl -I -L -A "Mozilla/5.0 (compatible;)" 'How to Increase Website Speed?'
HTTP/1.1 200 OK
Date: Thu, 09 Aug 2018 17:33:10 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
================
HTTP/2 Web Server Test <<<*online test*
Same URL

HTTP/2 404
date: Thu, 09 Aug 2018 17:36:22 GMT
content-type: text/html; charset=UTF-8
set-cookie: __cfduid=db09d098e4931715a8be26eac81bd98291533836182; expires=Fri, 09-Aug-19 17:36:22 GMT; path=/; domain=.affiliatefix.com; HttpOnly (<<<all cookies are in plain text)
expires: Thu, 19 Nov 1981 08:52:00 GMT
 
As technology improves, we have become less patient. Today, we expect to find the information we’re looking for in seconds. We want websites to load quickly, regardless of which device we’re using, and if they don’t, we will leave.

You can see how your hotel website matches up by running a test through Google’s WebPagetest. If your website is ranking significantly lower than the industry average then your website is due for an update. Here are 3 easy fixes to start with to improve your website’s speed.

1. Optimize IMAGES
2. Use a Simple WEBSITE DESIGN
3. Enable CACHING
 
IPv4 ALPN enabled test results
HTTP/2 Web Server Test

Result:OK
Server:216.58.205.238
HTTP/2 301
location: Google
content-type: text/html; charset=UTF-8
date: Thu, 09 Aug 2018 17:58:33 GMT
expires: Sat, 08 Sep 2018 17:58:33 GMT
cache-control: public, max-age=2592000
server: gws
content-length: 220
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
alt-svc: quic=":443"; ma=2592000; v="44,43,39,35"

====

IPv4 ALPN enabled test results
Result:OK
Server:185.60.216.35
HTTP/2 301
strict-transport-security: max-age=15552000; preload
location: Facebook - Log In or Sign Up
content-type: text/html; charset="utf-8"
x-fb-debug: tMYXmsoZjCf29gvS94sInmP5iJKd7icWoivKF7TT68oJ/hMxxs646dwVVm9WHGOIYWKyBQiGzj5lz0/1hT+uSA==
content-length: 0
date: Thu, 09 Aug 2018 18:01:48 GMT
IPv6 ALPN enabled test results
Result:OK
Server:2a03:2880:f12d:83:face:b00c:0:25de
HTTP/2 301
strict-transport-security: max-age=15552000; preload
location: Facebook - Log In or Sign Up
content-type: text/html; charset="utf-8"
x-fb-debug: cL+X3RY85zZgWTOARf3+9bX/N5XYqk2KT90R7RxlvvmVrxfBRWESfi4WPY+K49LANaU8uKRzztikrYep5VE4dw==
content-length: 0
date: Thu, 09 Aug 2018 18:01:48 GMT

That's the thing ... google and facebook have the staff resources to do it all :(

To put this in perspective: If you don't drive a new 2018 EMV (Tesla preferred) you can't use the road for SEO.
 
Last edited:
that is a cache expiry in the header

That means to request new content on the next load

I use:

HTTP/1.1 200 OK
Server: nginx
Date: Thu, 09 Aug 2018 19:21:10 GMT
Content-Type: text/html
Connection: keep-alive
Cache-Control: public, max-age=-1, s-maxage=-1
X-Frame-Options: SAMEORIGIN


but the effect is the same.
More and concise or explicit IMO
 
Make sure your hoster (or smth like cloudflare server) is physically as close as possible to target audience.
Clean up the page's code so that the browser doesn't waste milliseconds on processing unused scripts or images.
Stick to vector graphics when designing UI. Make sure your usage of raster images is avoided unless absolutely necessary, and even then is of the smallest size appropriate for displays up to 1080p.

If you absolutely have to use some heavyweight plugins or scripts, make sure you implement a nice-looking preloader.
 
banners
Back