Big Wordpress Site...how to do?

CaygriWEB

Well-known member
Hosting Provider
Registered
Joined
Jul 4, 2017
Messages
305
Points
18
I have 2 woocommerce site in management.
Together is 10gb of files and 200mb of database

Both are on a dedicated server managed with 32gb of ram, 2x500gb ssd, intel i7-6700

Cache it's installed, theme is optimized, but some time it's slow.

How can i do to improve fast?
 

mobin

Well-known member
Registered
Joined
Jun 22, 2017
Messages
234
Points
28
You didn't mention what is the web server stack on your server and what all cache are enabled. Maybe that will help someone to answer your questions better.
 

CaygriWEB

Well-known member
Hosting Provider
Registered
Joined
Jul 4, 2017
Messages
305
Points
18
All cache is enable. The server is CentOS 7 with plesk
 

VirtuBox

Well-known member
Registered
Joined
May 3, 2016
Messages
1,622
Points
83
VirtuBox
What do you mean by all cache is enabled ?
Nginx caching or you have setup a caching plugin ?

What mariadb version is running on the server ? 5.5 ?
Have you optimized mysql configuration ?
 

CaygriWEB

Well-known member
Hosting Provider
Registered
Joined
Jul 4, 2017
Messages
305
Points
18
CaygriWEB
the server is full managed to another company.
IANd i haven't access ssh
just plesk user
 

djsmiley2k

Well-known member
Registered
Joined
Jul 10, 2016
Messages
198
Points
18
djsmiley2k
@VirtuBox

I have Plesk too. What caching should I enable to boost loading speed for my website?
 

VirtuBox

Well-known member
Registered
Joined
May 3, 2016
Messages
1,622
Points
83
VirtuBox
At first, you can enable gzip compression and browser cache by adding the following configuration in your domain settings > Apache & Nginx settings > Nginx additional configuration :

NGINX:
# Enable Gzip compression
gzip on;
gzip_disable "msie6";
 gzip_vary on;
 gzip_proxied any;
 gzip_comp_level 6;
 gzip_buffers 16 8k;
 gzip_http_version 1.1;
 gzip_types
 application/atom+xml
 application/javascript
 application/json
 application/rss+xml
 application/vnd.ms-fontobject
 application/x-font-ttf
 application/x-web-app-manifest+json
 application/xhtml+xml
 application/xml
 font/opentype
 image/svg+xml
 image/x-icon
 text/css
 text/plain
 text/x-component
 text/xml
 text/javascript;
 
# Cache static files
location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|css|rss|atom|js|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf|webp)$ {
  add_header "Access-Control-Allow-Origin" "*";
  access_log off;
  log_not_found off;
  expires max;
}
Then, for wordpress website, you can use a caching system. I have written a tutorial about how to use redis object cache with wordpress on Plesk : https://kb.virtubox.net/knowledgebase/improve-wordpress-loading-speed-redis-plesk-onyx/
 

panamaserver

Member
Registered
Joined
Jun 3, 2018
Messages
35
Points
8
Have you asked the management company to make some improvement on performance? Or make caching configuration?
I mean they are getting paid for this so is their responsibility.
What they said?
 

fiz

Well-known member
Hosting Provider
Registered
Joined
Aug 6, 2020
Messages
116
Points
16
I have 2 woocommerce site in management.
Together is 10gb of files and 200mb of database

Both are on a dedicated server managed with 32gb of ram, 2x500gb ssd, intel i7-6700

Cache it's installed, theme is optimized, but some time it's slow.

How can i do to improve fast?
There are a lot of things involved. I manage servers and even websites or applications hosted on those servers and its just not the server configuration or website cache enabling. There is so much more to it. Sometimes, there is just an error_log file that is too big and making your website slow. Sometimes some imature plugin is filling up your database with unecessary information which they normaly remove by cron but sometimes that cron is not working or timing out because the database is already too huge and your my.cnf file doesn't allow enough time to a query to clean up the table. Sometimes there are too many transients in the Wordpress that are making wp_options table too big. I am not saying that server optimization and Cache doesn't matter. It does obviously but there are a lot of other things that can cause the website to be slow. I manage websites that rank in the top 100K in alexa and faced such issues few times. You have to monitor server load, check MySQL and Apache processes. Use Query Monitor WordPress plugin for a start to see whats taking too long. In the case of WordPress with many plugins, there is so much to look at when you face a problem.
If you already signed up for managed services, then may its just for the server and not for the website. I provide manage servers that cover website maintenance as well which comes with security, optimization, and backups of servers + remote backups (on separate server) as well as websites'.
If you need any professional help, let me know.
 

isix

Isix Hosting Services
Hosting Provider
Registered
Joined
Feb 21, 2017
Messages
257
Points
18
isix
I don't think the OP is still interested to get answers to his question after 2 years...
 

fiz

Well-known member
Hosting Provider
Registered
Joined
Aug 6, 2020
Messages
116
Points
16
fiz
Oh, thank you for bringing it to my attention. It just appeared in the new discussions while I was loading more. I didn't notice the date. I guess I have to do it more often. I totally agree with you. Thanks. :)
 

astin

New member
Registered
Joined
Oct 27, 2020
Messages
1
Points
1
I manage servers and even websites or applications hosted on those servers and its just not the server configuration or website cache enabling. There is so much more to it. Sometimes, there is just an error_log file that is too big and making your website slow. Sometimes some imature plugin is filling up your database with unecessary information which they normaly remove by cron but sometimes that cron is not working or timing out because the database is already too huge and your my.cnf file doesn't allow enough time to a query to clean up the table.
 
Newer Threads
Replies
8
Views
2,163
fwh
Replies
11
Views
3,439
Recommended Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top