Q&A
Login
Register
Q&A
Questions
Tags
Categories
Users
CMS Magazine
New Q&A Site
Online School
2.4k
questions
2.4k
answers
99.5k
users
Categories
All categories
CMS stats /year
(4)
General
(906)
AI
(75)
Colours
(8)
Editors/IDE
(44)
Bootstrap
(10)
WordPress
(654)
Wix
(8)
Squarespace
(18)
Joomla
(83)
Tilda
(11)
GoDaddy Builder
(11)
Weebly
(9)
Duda
(8)
Blogger
(30)
Drupal
(73)
Jimbo
(7)
Operating Systems
(89)
Databases
(61)
Networks
(20)
Gimp
(27)
Moodle
(35)
CodeIgniter (CI)
(31)
Laravel
(48)
CakePHP
(23)
Vuejs
(13)
Reactjs
(13)
Ghost
(21)
Flat-File CMS
(13)
Gt/github
(21)
What does it take to create a WordPress site that loads super fast
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?
wp_tune
asked
Apr 12, 2022
in
WordPress
by
ElKatsaniotis
(
95.8k
points)
Facebook
Google+
Twitter
Reddit
Vk.com
Your answer
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
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
answered
Apr 12, 2022
by
ElKatsaniotis
(
95.8k
points)
...