Wordpress site running slow

前端 未结 6 1997
心在旅途
心在旅途 2020-12-12 08:10

I just had WordPress installed for my website (http://www.crewof1.com). I noticed that now it is running very slow. My images are optimzed and I do not have any posts on the

6条回答
  •  一个人的身影
    2020-12-12 08:34

    Increase WordPress site speed-

    Below there are several way increase wordpress site speed

    1.caching - Use W3 Total Cache plugin

    2.Optimize images (automatically)-

    Reduce image file sizes and improve performance using the Smush.it API within WordPress.

    7.Gzip and compress components

    Translation: Compress files at the server level before sending them to browsers

    3.Optimize your WordPress database-

    Can simply use the WP-Optimize plugin.

    This plugin lets you do just one simple task: optimize the your database (spam, post revisions,drafts, tables, etc.) to reduce their overhead

    4.Deactivate plugin-

    Uninstall Deactive plugin

    5.Minify HTML, CSS, and Javascript-

    Translation: Remove all white space from code when possible before serving it to visitors

    6.Use a Content Delivery Network (CDN)-

    A CDN is a high-performance network of servers across the globe that replicate the static assets of your website and serve them to visitors from the closest POP.

    Use Cloudflare plugin

    7.Minimize redirects-

    Remove bad request and unnessery request

提交回复
热议问题