i am using 20 $ plan traffic is 50 real time. daily 10000 traffic.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@jtittle i setup one-click WordPress.
Error is :- error established database connection. I am using few plugins:-jetpack, yoast, wordfence ,w3 total cache , and 3 more.
@yadavpramod888
Before we could really track down the issue, we’d need to know more about your configuration.
How did you setup your Droplet? Did you use a one-click image from DigitalOcean or did you do all of the configuration yourself (i.e. using a package manager or compiling from source)?
What error(s) are you receiving? You should see output from the error either on the page or in your
error_log
file.How many and what plugins are you using? Using too many plugins can slow your website down by increasing per-page processing of code and database reads/writes. Also, outdated plugins can also cause issues, so making sure all plugins are 100% up to date will at least cover this concern.
Let me know and I’ll see what I can do to help!