toRRfriend
Active Member
hi guys,
wordpress is everywhere, and daily some 1000's of new installation too, so point is how you optimize it ?
Optimizing wordpress is Art, we learn something everyday (may be during tweak i think) and running behind error, and sudden peak usage of resources and yeah, optimization is the answer for this...
What i do or how i optimize ..??
Using this optimization, my site load faster i think (i hope so) and handle more users compared to without optimization.
1)
as it is databse oriented cms, so i optimize database frequently.
Must be in SSD, as database perform (read/write) well in ssd compared to normal spinning drive, atleast by 3-5 times.
2)
i always use less plugins (less then 10)
3)
running wpdbsclean plugin after plugin uninstall, as every plugin leave something in database that make our site slow, this plugin is handy, just delete the unused table by one click (take backup before this)
https://wordpress.org/plugins/wpdbspringclean/
Offtopic:
everyone must install plugin and see, how many tables that uninstalled plugins leaved in database which slowdown our site every second, every day.
4)
Wordpress super cache plugin installed, as if i changed anything in my site means, i delete all caches and preload all in low peak time, so every user get cached pages.
Still i am not well in coding, so dont know much about theme optimization, hope somebody share it here
wordpress is everywhere, and daily some 1000's of new installation too, so point is how you optimize it ?
Optimizing wordpress is Art, we learn something everyday (may be during tweak i think) and running behind error, and sudden peak usage of resources and yeah, optimization is the answer for this...
What i do or how i optimize ..??
Using this optimization, my site load faster i think (i hope so) and handle more users compared to without optimization.
1)
as it is databse oriented cms, so i optimize database frequently.
Must be in SSD, as database perform (read/write) well in ssd compared to normal spinning drive, atleast by 3-5 times.
2)
i always use less plugins (less then 10)
3)
running wpdbsclean plugin after plugin uninstall, as every plugin leave something in database that make our site slow, this plugin is handy, just delete the unused table by one click (take backup before this)
https://wordpress.org/plugins/wpdbspringclean/
Offtopic:
everyone must install plugin and see, how many tables that uninstalled plugins leaved in database which slowdown our site every second, every day.
4)
Wordpress super cache plugin installed, as if i changed anything in my site means, i delete all caches and preload all in low peak time, so every user get cached pages.
Still i am not well in coding, so dont know much about theme optimization, hope somebody share it here
Last edited: