Go Back   Site Owners Forums - Webmaster Forums > Search Engine Optimization > Search Engine Optimization

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-15-2017, 03:43 AM   #1
Sojan Babu
Registered User
 
Join Date: May 2017
Posts: 245
What methods would you apply for decreasing the loading time of a website?

What methods would you apply for decreasing the loading time of a website?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Sojan Babu is offline   Reply With Quote

Old 09-18-2017, 06:00 AM   #2
krdental
Registered User
 
Join Date: Feb 2017
Posts: 22
Minimize HTTP Requests
Reduce server response time
Enable compression
Enable browser caching
Optimize images
Optimize CSS Delivery
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
krdental is offline   Reply With Quote
Old 09-18-2017, 09:38 PM   #3
AaliyaAnubhav
Registered User
 
Join Date: Jul 2017
Location: Mumbai
Posts: 19
Quote:
Originally Posted by Sojan Babu View Post
What methods would you apply for decreasing the loading time of a website?
Hi there,

There are a number of possibilities, with some degree of diminishing return:
  • Caching -- often your application server will have significant latency, using a reverse proxy such as Varnish can shave off a few hundred milliseconds
  • CDN -- offloading static assets to the edge reduces the time to serve them, especially for clients that are far away from your host
  • Domain sharding -- browsers load only a certain number of assets at a given time, adding more domains (e.g. static1, static2, etc.) can increase your throughput
  • Compression -- most browsers support gzip so your web server should compress outgoing assets, similarly you can minify CSS, JS and images
  • Asynchronous JavaScript -- most script tags are blocking which means the browser won't render the DOM until all the JavaScript has been loaded -- marking some as async can improve the perceived speed
  • Critical path CSS -- by determining which styles are used above the fold when the user first loads the page you can inline those and load others asynchronously

A lot of these can be automated by tools such as Grunt or Gulp. You can also look at Google Page Speed which can be installed on Apache or nginx.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AaliyaAnubhav is offline   Reply With Quote
Old 09-18-2017, 11:23 PM   #4
sofiasofi
Registered User
 
Join Date: Feb 2017
Posts: 373
Here are the differents methods through which you can decrease the loading speed of the website ie.
- There is some free SEO tool through which you can dec. the speed.
- Use the long length code to slow down the speed. https://magento.ocodewire.com/magento-2
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sofiasofi is offline   Reply With Quote
Old 09-18-2017, 11:42 PM   #5
manisha.arr
Registered User
 
Join Date: Jul 2017
Location: India
Posts: 39
Minifying the JSS and CSS Files
Reduce server response time
Enable compression
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
manisha.arr is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Secrete for seo alina albert Search Engine Optimization 87 03-11-2018 05:47 AM
What methods would you apply for decreasing the loading time of a website? AliceFowell Search Engine Optimization 4 10-17-2016 12:25 AM
How to Decreasing the loading time of a website ? divyajain Search Engine Optimization 5 10-07-2016 09:58 AM


All times are GMT -7. The time now is 05:59 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.