Bitcoin Forum
May 08, 2024, 11:51:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What are reasons for an website to take more response time?  (Read 138 times)
crypto-shex UAE (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 20, 2018, 08:39:50 AM
 #1

can anyone suggest a way to improve the processing speed of a site?
1715169101
Hero Member
*
Offline Offline

Posts: 1715169101

View Profile Personal Message (Offline)

Ignore
1715169101
Reply with quote  #2

1715169101
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715169101
Hero Member
*
Offline Offline

Posts: 1715169101

View Profile Personal Message (Offline)

Ignore
1715169101
Reply with quote  #2

1715169101
Report to moderator
1715169101
Hero Member
*
Offline Offline

Posts: 1715169101

View Profile Personal Message (Offline)

Ignore
1715169101
Reply with quote  #2

1715169101
Report to moderator
1715169101
Hero Member
*
Offline Offline

Posts: 1715169101

View Profile Personal Message (Offline)

Ignore
1715169101
Reply with quote  #2

1715169101
Report to moderator
shekhar0005
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile WWW
May 07, 2018, 07:26:13 AM
 #2

can anyone suggest a way to improve the processing speed of a site?

1. High res. images increase the size of the website to make it slow
2. More content makes it slow.

Here are few others:
https://www.bitcatcha.com/blog/2015/10-frustrating-reasons-why-your-website-speed-is-slow/
ssbiswal14
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 08, 2018, 11:18:13 AM
 #3

There are many ways to improve the website speed:
1. Optimize images
2. Leverage browser caching
3. Eliminate render-blocking JavaScript and CSS in above-the-fold content
4. Reduce server response time

ref: https://developers.google.com/speed/docs/insights/Server
DeepuEzy
Member
**
Offline Offline

Activity: 180
Merit: 51

https://deepuezy.selly.store


View Profile WWW
August 03, 2018, 10:23:39 AM
 #4

According to me, you should do the following,

  • Add Expires headers to leverage browser caching
  • Compress/Optimize your images and also Specify image dimensions
  • Fix all broken links
  • Reducing your redirects
  • Minify your CSS and JS files
  • Replace PHP with static HTML where possible
  • Link to your stylesheets, don’t use @import
  • Enable Keep-Alive
  • Put CSS at the top and JS at the bottom

💖💖 My AWS Credits Shop / Amazon Web Services Credits: https://deepuezy.selly.store

🔴✔️📢 Email ID: deepuezy@gmail.com  🔴✔️📢 Skype: live:deepuezy  🔴✔️📢 Hangout: deepuezy@gmail.com
rssatnam
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile WWW
October 15, 2019, 05:53:31 PM
 #5

can anyone suggest a way to improve the processing speed of a site?

Yes, I can definitely help you with your website speed.

I have increased speed up Hundreds of WordPress websites for my clients and made them get 90+ scores on PageSpeed insights.

Let me ask you a question, is your website WordPress?

If yes then you should check out this tutorial on increasing WordPress website speed.

And if not, then there are 3 things which you need to focus on mostly:

1. Image Optimziation

- Make sure each image is not greater than 60kb.
- Try Lazy Loading the images and iframes.
- Instead of resizing a 2000px wide image with CSS or HTML, first resizing the actual image with any image editor, and then upload it.

2. Enable GZip Compression

- This can be done using .htaccess code, which you can find on the above tutorial link I provided above, that works for all kind of websites.

3. Content Delivery Network (CDN)

- Use Cloudflare's FREE plan for this.
- No matter from which country your user is opening your website, CDN will look for the nearest region and serve all the static files of your website from the closest region.
- Also after installing CDN, changing nameservers, make sure you add PAGE RULES which you can find on the above tutorial.
- It will fix your TIME TO FIRST BYTE issue.

Follow the above three steps and this will help you get 80+ scores easily on pagespeed insights and gtmetrix.

Let me know if that helps  Wink Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!