Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
how to improve speed website my website hand Link removed

How solve this error
Minimize redirects
Make fewer HTTP requests
Add Expires headers
Avoid URL redirects
Use a Content Delivery Network (CDN)
Use cookie-free domains
Reduce DNS lookups

What I have tried:

How solve this error

Minimize redirects
Make fewer HTTP requests
Add Expires headers
Avoid URL redirects
Use a Content Delivery Network (CDN)
Use cookie-free domains
Reduce DNS lookups
Posted
Updated 5-Apr-20 8:57am
v2

1 solution

Those are the actually the solutions to your problems:
1. Calling URLs that are redirected
2. Too many resources being called (combine your javascripts into one file, same with CSS)
3. Improper or no expiration headers prevent cacheing
4. see #1
5. Static content is all from one server
6. The domain where the static content is located is sending cookies
7. Too many different domains being called

Most of these are actually design and logistics issues, and are not actually code errors.

And based on the tags you have and the resultant code- it is just the result of the CMS (Wordpress) and the plug-ins being used.
What I would do is to make sure you need all of those add-ins, remove what is not needed, and then search google for Optimize WordPress
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900