Title: codex786's Replies | WordPress.org

---

# codex786

  [  ](https://wordpress.org/support/users/codex786/)

 *   [Profile](https://wordpress.org/support/users/codex786/)
 *   [Topics Started](https://wordpress.org/support/users/codex786/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codex786/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codex786/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codex786/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codex786/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codex786/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Disable New users and Password Changed Emails](https://wordpress.org/support/topic/how-to-disable-new-users-and-password-changed-emails/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/how-to-disable-new-users-and-password-changed-emails/#post-11942247)
 * Hey [@mayank29gupta](https://wordpress.org/support/users/mayank29gupta/) if you
   want to disable regular wordpress notification emails, you can simply install
   this plugin called “Manage Notification E-mails” from wordpress directory and
   use it to customize your notification emails according to your choice.
 * Link: [https://wordpress.org/plugins/manage-notification-emails/](https://wordpress.org/plugins/manage-notification-emails/)
    -  This reply was modified 6 years, 8 months ago by [codex786](https://wordpress.org/support/users/codex786/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My ads are not showing. Error Unexpected token ‘]’](https://wordpress.org/support/topic/my-ads-are-not-showing-error-unexpected-token/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/my-ads-are-not-showing-error-unexpected-token/#post-11942226)
 * I can see the live ads on the website. Are you still facing the problems?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is Installing an SSL certificate inside wordpress possible.](https://wordpress.org/support/topic/is-installing-an-ssl-certificate-inside-wordpress-possible/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/is-installing-an-ssl-certificate-inside-wordpress-possible/#post-9964926)
 * No you don’t need to force it.
    Installing SSL on your Website is very simple
   if you have Cpanel. Follow the easy steps below.
 * Login to cPanel.
    Click SSL/TLS Manager > Certificates (CRT) > Generate, view,
   upload or delete SSL certificates. In the Upload a New Certificate section click
   the Browse button and locate your SSL Server Certificate file your_domain_com.
   txt. Click the Upload button. Click the Go Back link to return to SSL/TLS Manger.
 * Or just mail me on [hello@abhishektiwari.co](https://wordpress.org/support/users/codex786/replies/hello@abhishektiwari.co?output_format=md)
   
   Will do it for free.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [SSL for contact forms and admin?](https://wordpress.org/support/topic/ssl-really-necessary/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/ssl-really-necessary/#post-9964914)
 * It’s not necessary to use SSL if you’re not asking for any payments or contact
   information from someone on your website but having SSL on your website helps
   a lot in your rankings on Google and increases trust to the visitor about your
   website.
 * Yes, Google will still show ‘site not secure’ message to visitors. I would recommend
   you to use SSL. There are no side-effects of using an SSL.
    You can get a free
   SSL Certificate. Just visit sslforfree.com and get yours!
 * I hope this helps.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [page loading](https://wordpress.org/support/topic/page-loading-5/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/page-loading-5/#post-9964870)
 * Hey, If you are are looking to improve your website loading speed you can do 
   few things and optimise it.
    First of all, visit [Pingdom ](https://tools.pingdom.com)
   It is a free online tool that allows you to test your website’s speed from different
   locations.
 * Now once you are done with analysing your website speed, you can now follow the
   process of website speed optimisation.
    There are some things that make your 
   website slow such as your web hosting, WordPress Configuration, page size, External
   scripts and plugins. **Use Good Hosting**: Always use good quality managed WordPress
   hosting such as WP Engine or Namecheap. **Use a Cache Plugin **: Caching can 
   make your WordPress site anywhere from 2x to 5x faster. Read the guide from [here](http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/)
   to use a cache plugin. **Optimize Images**: You should always optimize your website
   images that will help to reduce the image size and thus the page size that helps
   to load your website faster. **Use a Content Delivery Network (CDN)**: Always
   use a content delivery network to optimize your WordPress website speed. You 
   can use Maxcdn or Cloudflare for good CDN.
 * **Reduce External HTTP Requests**: You can reduce all these external HTTP requests
   by disabling scripts and styles or merging them into one file.
 * **Optimize WordPress Database**: After using WordPress for a while, your database
   will have lots of information that you probably don’t need anymore. For improved
   performance, you can optimize your database to get rid of all that unnecessary
   information. Use Any WordPress Database Optimizer plugin such as wp sweep to 
   optimize your WordPress Database.
 * **Enable GZIP Compression**:
    Add this code in your hta access file.
 *     ```
       <IfModule mod_deflate.c>
         # Compress HTML, CSS, JavaScript, Text, XML and fonts
         AddOutputFilterByType DEFLATE application/javascript
         AddOutputFilterByType DEFLATE application/rss+xml
         AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
         AddOutputFilterByType DEFLATE application/x-font
         AddOutputFilterByType DEFLATE application/x-font-opentype
         AddOutputFilterByType DEFLATE application/x-font-otf
         AddOutputFilterByType DEFLATE application/x-font-truetype
         AddOutputFilterByType DEFLATE application/x-font-ttf
         AddOutputFilterByType DEFLATE application/x-javascript
         AddOutputFilterByType DEFLATE application/xhtml+xml
         AddOutputFilterByType DEFLATE application/xml
         AddOutputFilterByType DEFLATE font/opentype
         AddOutputFilterByType DEFLATE font/otf
         AddOutputFilterByType DEFLATE font/ttf
         AddOutputFilterByType DEFLATE image/svg+xml
         AddOutputFilterByType DEFLATE image/x-icon
         AddOutputFilterByType DEFLATE text/css
         AddOutputFilterByType DEFLATE text/html
         AddOutputFilterByType DEFLATE text/javascript
         AddOutputFilterByType DEFLATE text/plain
         AddOutputFilterByType DEFLATE text/xml
   
         # Remove browser bugs (only needed for really old browsers)
         BrowserMatch ^Mozilla/4 gzip-only-text/html
         BrowserMatch ^Mozilla/4\.0[678] no-gzip
         BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
         Header append Vary User-Agent
       </IfModule>
       ```
   
 * Follow these tips and I’m sure that you’ll be able to speed up your wordpress
   website.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Deleted wp-config.php](https://wordpress.org/support/topic/deleted-wp-config-php/)
 *  [codex786](https://wordpress.org/support/users/codex786/)
 * (@codex786)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/deleted-wp-config-php/#post-9300860)
 * Well, here is the complete solution to upload any file including WordPress config.
   file on sftp. I followed the same method and it worked. I hope it will work for
   you as well.
    [how to upload files in google cloud with sftp](https://docs.bitnami.com/google/faq/#How_to_upload_files_to_the_server_with_SFTP.3f)
   hope this helps!
    -  This reply was modified 8 years, 11 months ago by [codex786](https://wordpress.org/support/users/codex786/).

Viewing 6 replies - 1 through 6 (of 6 total)