We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Fresh install on WAMP, Oxwall 1.8.1, take 20-30 seconds to load, dev mode false. | Forum

John
John Feb 12 '16
Hi all :)


Love this software. This is amazing! 


My issue is with a fresh installation. Every page is taking 20-30 seconds to load. I am on localhost, using Intel i3, 4Gb RAM, SSD Hard Drive. 


The installation was a success. I have tried many things but have put back to fresh install. 1.8.0 and 1.7.5 worked fast and fine on same computer. 


What is issue, and how can I help with information? 


Thank you :)

John
John Feb 14 '16
None of these apply so, can someone please help: 


- provide information on software and plugins versions

- set debug mode to 'true' to see the actual errors, copy and paste them in your post

- provide screenshots of the error/issue and settings of server/software

- provide step-by-step instructions how to reproduce the error

- check whether or not this is an issue related to the Java-script conflict by following this tutorial: http://docs.oxwall.org/faq:parse-error-troubleshooting

-theme related issue - if you use third-party theme, please, switch to the default one and try reproduce the error. As most of the cases are the individual issues with the third-party themes only. 

ross Team
ross Feb 15 '16
Enable profiler in the config.php and visit each page and make screenshot when it is loaded, please make sure the screenshots are big enough so we could make the numbers at the profile toolbar

Also you need to click on the Page link with the "clock" icon next to it, you'll get a popup, make screenshot of that popup on every loaded page

John
John Feb 19 '16
Thank you for the reply. 


I later found it was a problem on my other websites too. So I had a look. 


The problem was in the ow_includes/config.php file. 


I changed the line: 


define('OW_DB_HOST', 'localhost');


to 


define('OW_DB_HOST', '127.0.0.1');


and it loads in 1 second now instead of 10-20 seconds. 


Here are my details, fresh WAMP install and fresh Windows 10 install (thank you): 


WAMP Version 2.5: 


Server ConfigurationApache Version :2.4.9   - DocumentationPHP Version :5.5.12   - DocumentationServer Software:Apache/2.4.9 (Win64) PHP/5.5.12Loaded Extensions :

  • apache2handler
  • bcmath
  • bz2
  • calendar
  • com_dotnet
  • Core
  • ctype
  • curl
  • date
  • dom
  • ereg
  • exif
  • fileinfo
  • filter
  • ftp
  • gd
  • gettext
  • gmp
  • hash
  • iconv
  • imap
  • json
  • libxml
  • mbstring
  • mcrypt
  • mhash
  • mysql
  • mysqli
  • mysqlnd
  • odbc
  • openssl
  • pcre
  • PDO
  • pdo_mysql
  • pdo_sqlite
  • Phar
  • Reflection
  • session
  • shmop
  • SimpleXML
  • soap
  • sockets
  • SPL
  • sqlite3
  • standard
  • tokenizer
  • wddx
  • xdebug
  • xml
  • xmlreader
  • xmlrpc
  • xmlwriter
  • xsl
  • zip
  • zlib
MySQL Version :5.6.17  -  Documentation