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

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-20-2018, 12:45 PM   #1
AizaKhan
Registered User
 
Join Date: Mar 2017
Location: Canton, Ohio USA
Posts: 470
How Can Improve Website Speed

How Can i Improve my Website Speed ?
__________________

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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AizaKhan is offline   Reply With Quote

Old 11-21-2018, 04:28 AM   #2
amanwaa
Registered User
 
Join Date: Apr 2018
Location: lucknow India
Posts: 15
These are ways to improve your website speed

Minimize HTTP requests. ...
Minify and combine files. ...
Use asynchronous loading for CSS and JavaScript files. ...
Defer JavaScript loading. ...
Minimize time to first byte. ...
Reduce server response time. ...
Choose the right hosting option for your needs. ...
Run a compression audit.
__________________

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.
amanwaa is offline   Reply With Quote
Old 11-24-2018, 02:21 AM   #3
Sojan Babu
Registered User
 
Join Date: May 2017
Posts: 245
We can use the external style sheets, minimum images, decrease the file size of the images that we use, without compromising on the quality and use the CSS sprites to regulate the HTTP requests.
__________________

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 12-04-2018, 01:45 PM   #4
manige3e
Registered User
 
Join Date: Sep 2015
Location: UNIT 1B THE SUMMIT MANCHESTER ROAD BURNLEY BB11 5HG
Posts: 376
How to speed up your website in 2018
Minimize HTTP requests. ...
Minify and combine files. ...
Use asynchronous loading for CSS and JavaScript files. ...
Defer JavaScript loading. ...
Minimize time to first byte. ...
Reduce server response time. ...
Choose the right hosting option for your needs. ...
Run a compression audit.
__________________

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.
manige3e is offline   Reply With Quote
Old 12-05-2018, 01:55 AM   #5
tubepsky
Registered User
 
Join Date: Oct 2015
Location: Ha Noi, Viet Nam
Posts: 2
Google update pagespeed in lighthouse.
Minimize HTTP requests. ...
Minify and combine files. ...
Use asynchronous loading for CSS and JavaScript files. ...
Using Ladyload images
__________________

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.
tubepsky is offline   Reply With Quote
Old 12-06-2018, 07:24 AM   #6
petergkh
Registered User
 
Join Date: Mar 2018
Posts: 54
nice tips...
__________________

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.
petergkh is offline   Reply With Quote
Old 12-06-2018, 11:14 PM   #7
vino
Registered User
 
Join Date: Dec 2016
Location: Chennai
Posts: 123
First of all you should measure your website load speed with the help of Google PageSpeed or GTmetrix.

After that you have at least 4 ways to optimize your website:

Compress images. Firstly, think about image format you need. If there are a lot of photos on your website, choose a raster image format (JPEG, GIF or PNG). But consider about using vector formats for working with logos, text, and icons and CSS effects for all images.

Minimize CSS, HTML and JavaScript, for example, eliminate unnecessary gaps and other symbols. You can use asset pipeline (default Ruby on Rails framework) to minify and compress JavaScript and CSS resources. Also it can combine resources, resulting in fewer browser requests.

Follow the Above-the-Fold Principle. It means you should place all the elements according to their importance. Put the most necessary on the upper part of the page to avoid scrolling. Putting CSS in the header causes gradual loading of the headline and navigation. Put the scripts at the bottom part of your site, in that case browser downloads the most relevant information firstly.

Implement Gzip compression. It allows to download and transfer text files (JavaScript, CSS and HTML documents) much faster and shorten taken space and bandwidth.
__________________

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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vino is offline   Reply With Quote
Old 12-06-2018, 11:17 PM   #8
sachinsood90
Registered User
 
Join Date: Feb 2015
Posts: 21
1. Reduce images size
2. Java Minify
3. CSS minify
4. Try to reduce too much redirection.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sachinsood90 is offline   Reply With Quote
Old 12-09-2018, 11:21 AM   #9
nidhitiwari
Registered User
 
Join Date: May 2016
Posts: 163
Minimize java scripts.
optimize images
Compress codes
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
nidhitiwari is offline   Reply With Quote
Old 12-10-2018, 12:18 AM   #10
dpkmlm
Registered User
 
Join Date: Jun 2018
Location: India
Posts: 45
Note these points :

1. Minimize HTTP requests
2. Minify and combine files
3. Use asynchronous loading for CSS and JavaScript files
4. Defer JavaScript loading
5. Minimize time to first byte
6. Reduce server response time
7. Choose the right hosting option for your needs
__________________

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.
dpkmlm is offline   Reply With Quote
Old 12-10-2018, 03:14 AM   #11
Yam
Registered User
 
Join Date: Jun 2017
Posts: 129
Everybody is talking about on-page and off-page optimization - it's right, of course but missing one thing. First of all, you should make this process much easier by using additional tools. Fortunately, nowadays there are plenty of such tools. Personally, I use Plerdy. This service is a perfect tool for implementing your business goals https://www.plerdy.com/heatmap/
Yam is offline   Reply With Quote
Old 12-11-2018, 03:09 AM   #12
mausin12991
Registered User
 
Join Date: May 2013
Posts: 109
You can optimize images of your website. Also, optimize the CSS of your website which gives you very nice speed optimization.
__________________

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.
mausin12991 is offline   Reply With Quote
Old 12-12-2018, 12:57 AM   #13
saisaanvi
Registered User
 
Join Date: Jul 2018
Posts: 32
Improving website speed

Optimizing images is one of the ways to increase website speed.
__________________

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.
saisaanvi is offline   Reply With Quote
Old 12-12-2018, 05:23 AM   #14
Prateektechnoso
Registered User
 
Join Date: Mar 2017
Location: 8th Floor, Olympia National Towers, Block 3, A3 & A4, North Phase, Guindy Industrial Estate, Chennai - 600032, Tamilnadu, India.
Posts: 217
There are 3 main points to improve Website speed. They are

* Compress images as they cloud slow down your site.
* Combine resources to reduce the number of requests.
* Leverage Browsing catching to increase your Website speed.


For your information:


Prateektechnosoft is a Netsuite Partner and expertise in NetSuite ERP, CRM, Cloud CRM, PSA and other Netsuite Solutions. And also providing Netsuite services of implementation, integration, support & development services.
__________________

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.
Prateektechnoso is offline   Reply With Quote
Old 12-13-2018, 01:07 AM   #15
hibirdcycle
Registered User
 
Join Date: Aug 2017
Location: Ludhiana
Posts: 64
Reduce images size
Java script Minify
CSS minify
Reduce server response time
__________________

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.
hibirdcycle is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
How can improve the speed of your website? vashikaranpredi Search Engine Optimization 11 11-12-2017 10:51 PM
How to improve website speed by minimizing HTML code? eventindelhi777 HTML / DHTML 2 09-25-2017 12:51 AM
Top tips to improve immunity in the fall profilehair General Discussion 1 10-17-2015 04:49 AM
Website speed plugin rubberfender Google 0 12-13-2012 10:32 PM


All times are GMT -7. The time now is 08:48 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.