Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - monkeyking

Pages: 1 ... 6 7 [8] 9
106
Information / Re: CWPpro Reviews
« on: June 27, 2018, 09:20:10 AM »
Hey guys, I saw it was mentioned a few times about control panel doesn't make your server faster or that it doesn't have anything to do with speed.

I totally get what you meant. And I agreed.

I know that hardware matter. If you have a 1 vcore and 2 GB Ram then you can beat 2 vcore 8 GB Ram and so on. It doesn't matter in that regard.

But a clean software with the right configuration can have it runs at its best.

I came from another control panel which I will not name. I used it for years but it looks like a dying project. So I found CWP. Anyways, that control panel was not able to use varnish with https. It was not configure for it.

I noticed my load time was faster when I made a switched to CWP and ran Varnish.

I saw on http://centos-webpanel.com/cwppro said, "Varnish Cache Server advanced setup by using RAM as cache storage (for best performances)".

You guys that using pro version noticed any different in that feature? And how do you know that Varnish is using RAM for cache storage?

107
Information / Re: Reduce server response time [Anyone Else?]
« on: June 22, 2018, 07:41:27 AM »
After farther investigation, I've learned that it's Varnish. On my old control panel I didn't use Varnish. I was using a WordPress cache plugin. For some reasons Varnish and Contact Form 7 together is causing this suggestion from PageSpeed.

After deactivated CF7, no more suggestion. If use CF7 then don't use Varnish instead use cache plugin, no more suggestion.




108
CentOS-WebPanel Bugs / Compress in File Manager
« on: June 22, 2018, 02:58:30 AM »
When compressed using file manager it seems fine. But when I depressed it shows errors. I even download the compressed file to my local computer and unzip. And it shows error "Can not open output file: The system cannot find the path specified.".

I have tried .zip and .gzip.

109
Information / Reduce server response time [Anyone Else?]
« on: June 22, 2018, 02:37:37 AM »
First I want to apologize because I am not sure where to post this under.

I tested my websites with Google PageSpeed and found that all of my website and every single page got this suggestion from Google "Reduce server response time". I know it's not my WordPress template because I was using another control panel before that and I did the exact test and passed with 100. I worked very hard for it.

So to test this even more I tried with another VPS hosting. I installed CWP. Same thing "Reduce server response time".

I wanted to know if anyone else is having this issue. But I don't know anyone using CWP. So I tested http://centos-webpanel.com/ and https://centos-webpanel.com/ and there it is "Reduce server response time".

Edit: Sorry, I was wrong about that html page (deleted comment). I didn't get the "Reduce server response time" suggestion. I guess it was cached. Anyways, all the other issues still stand. I cannot pass that "Reduce server response time" suggestion.

110
Information / Re: CWPpro Reviews
« on: June 22, 2018, 12:57:29 AM »
I think that's the point. With CWPpro it got that feature and other features that you don't have to be an expert to use. It configured for you. Like me, I don't know how to have Varnish use RAM instead. But I bought pro to test if that feature actually improve my load time but I didn't see any improvement.

111
FTP / Re: TLS problem
« on: June 21, 2018, 05:29:52 PM »
Any solution? I have the same issue. And I don't know if this related but my upload is very slow.

112
Information / Re: CWPpro Reviews
« on: June 21, 2018, 05:13:25 PM »
This is on http://centos-webpanel.com/cwppro
Code: [Select]
Varnish Cache Server advanced setup by using RAM as cache storage (for best performances)

113
PHP Selector / Re: How to Compile memcached
« on: June 21, 2018, 05:10:59 PM »
You don't have that option in PHP Selector or am I missing something?

114
Information / CWPpro Reviews
« on: June 19, 2018, 02:51:55 AM »
If you can please share your experienced of CWP vs CWPpro.

As for me, what I really after is faster load time for my WordPress sites. So I setup CWP on a VPS with 1 vCore and 2GB RAM. Just one full WordPress site. I used one of my existing sites that fully live. I took a copy of it and moved all data and files to the new domain on this VPS. So the goal is that it's not just a bare bone WordPress default.

I used PHP 7.2.5.

First I tried with only Apache. Then Apache + Nginx. After that Apache + Nginx + Varnish. And finally upgraded to CWPpro because from the CWPpro page said that Varnish will use RAM instead of Disk and it should be faster.

I tested it with pingdom and gtmetrix. I ran the tests over and over until I get a good idea of the average speed. Anyways, here what I found in general.

Apache + Nginx is faster than Apache alone
Apache + Nginx + Varnish is faster than Apache + Nginx

Normal, expected it as advertised.

When I upgraded it to CWPpro I am hoping for an increase as well. But I didn't get that. There was no increase in speed pretty much the same as it was without pro.

Am I missing something? Do I have to configure anything after it's updated? I don't know.

How about you? Did you experience anything different? How is your setup?

115
PHP / Re: How to add modules to CWP PHP Selector?
« on: June 19, 2018, 12:40:47 AM »
You can do that with the "PHP Flags Editor > Additional configuration" by clicking on [Edit Flags]. But my question is what are the parameters that we can add to it? There should be a list of what we can add to it. If you ever find that list please share. I am trying to get memcached on PHP70.

116
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: June 19, 2018, 12:26:07 AM »
you didn't provided much information
does php 7.2.5 is now installed or something else ?
Yeah, it looks like it did installed. In the "PHP Vision Swicther >> Select Options" don't check "ioncube". That worked for me.

117
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: June 17, 2018, 05:42:27 PM »
Switch to php7.2.5 and stuck at this:

Code: [Select]
Libraries have been installed in:
   /usr/local/src/uploadprogress/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20170718/

But it did switched to php7.2.5. It worries me because I see it stuck there. Does that mean something is wrong with my php7.2.5? Is the installation incomplete?

118
PHP Selector / How to Compile memcached
« on: June 17, 2018, 05:11:20 PM »
I'm using php72 install memcached as well with PHP Version Switcher v2.

But I also want to use memcached for php70, how to compile it in PHP Selector?

119
DKIM / How to change default._domainkey to something else?
« on: June 15, 2018, 02:27:09 PM »
Is it possible to change the DKIM selector to something else than default?

default._domainkey to api._domainkey

How do we that do?

120
Updates / Re: Purchased CWP Pro - What's next?
« on: June 13, 2018, 01:18:37 AM »
Got the same error here. Can you tell me the step to fixed it?

Pages: 1 ... 6 7 [8] 9