2.4k questions

2.4k answers

99.5k users

Categories

0 votes
64 views
What does it take to create a WordPress site that loads super fast even though there are lots of graphics, videos, and various plugins?
in WordPress by (95.8k points)

1 Answer

0 votes

there are many factors that speed up a Wp site:

  • use a CDN
  • tune the database
  • minify/optimize CSS/JS/HTML
  • add cache plugin
  • use a fast hosting provider
  • optimize images
  • use a proper .htaccess (make local browser to “remember” images e.t.c.)
  • use good SEO
  • and more
by (95.8k points)
...