Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,348 topics in this forum
-
Any idea what would cause this? With memcached enabled I'm getting less requests/s and failed requests. Running: ab -n 100 -c 20 Memcached Enabled: Document Path: /forums/ Document Length: 216040 bytes Concurrency Level: 20 Time taken for tests: 8.441 seconds Complete requests: 100 Failed requests: 76 (Connect: 0, Receive: 0, Length: 76, Exceptions: 0) Write errors: 0 Total transferred: 21655000 bytes HTML transferred: 21617300 bytes Requests per second: 11.85 [#/sec] (mean) Time per request: 1688.222 [ms] (mean) Time per request: 84.411 [ms] (mean, across all concurrent requests) Transfer rate: 2505.29 [Kbytes/sec] re…
Last reply by burm, -
Once my site reaches this amount, pages start to hang and sometimes take 20-30 seconds to load. The load is only 2-3 and memory usage is only 45%. Would it be the CPU not being able to process all the queries or is it a setting I can alter? The site copes with large amounts of traffic fine until it reaches that amount of activity.
Last reply by AndyF, -
- 1 reply
- 289 views
I have a centos vps and would like someone to set up a mysql pass and a phpmyadmin pass Thanks Jamie
Last reply by Jamie., -
- 8 replies
- 355 views
So has anyone had any experience using mod_pagespeed ? http://code.google.c...ocs/module.html Upon loading this I found that the editor on my site would not load. I had a hunch that it was based on how it was processing Respecting Vary Headers so I added ModPagespeedRespectVary on as suggested. This got my editor to load, but not completely... ie... All the buttons in the editor were missing. I've used this on vBulletin in the past... Don't know why it would be different for Invision. Thoughts?
Last reply by altenerg, -
- 3 replies
- 322 views
(Apache2 + Varnish + Memcached + PHP-FPM + PHP5-APC + Percona (MySQL) + Sphinx + LATEX + Cloudflare) Yes, please excuse the title, but at this point that's about how I feel (crazy man with a server). I'm willing to learn and god knowing, I've not yet given up. A lot of trial an error has taken place. So please do not knock me down for trying (or being mildly new to linux). The goal? Have Varnish as the front end over Apache2 Using Percona (MySQL) powered along side with Sphinx Along with PHP5-APC with Memcached (I've been informed this combo works, but can ditch Memcached and stick with PHP5-APC) And for those odd ends, Latex support And finally, it all ne…
Last reply by .Nuno., -
- 1 follower
- 7 replies
- 728 views
Hey guys.. Just wondering if I can get everyone's critique on my nginx config: server { server_name domain.com; listen 80; access_log /home/cj/spectrum-access.log; error_log /home/cj/spectrum-error.log; large_client_header_buffers 4 8k; # prevent some 400 errors root /home/cj/invision; index index.php; location / { index index.php index.html index.htm; try_files $uri $uri/ /index.php?q=$uri; } location ~ \.php$ { fastcgi_pass 127.0.0.1:8888; fastcgi_index index.php; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } } Any…
Last reply by Luis Manson, -
- 7 replies
- 294 views
I am in the process of reviewing the 3.2.2 code, which is very different to the previous version I had! Also parallel to this I want to plan the upgrade as we have a big database. A bit about my site: Members: 12,309 - Topics: 127,209 - Posts: 3,745,804 Database 5.5GB including indexes Database 3GB without indexes Can someone explain Sphinx in technical terms for IPB? High level I believe it replaces the full text index requirements of my post table and creates its own index? Also how long does the upgrade take on such a big table as when I moved HDD 2 weeks ago it took 3 hours to rebuild the indexes for our post table. Appreciate comments/ lessons learned. / th…
Last reply by Ant__, -
- 0 replies
- 236 views
UPDATE ibf_task_manager SET task_enabled=0 WHERE task_application NOT IN ('core','forums','members','calendar') In a 20 minute time frame, this query was executed 4,576 times accounting for 21% of all INSERT, UPDATE, DELETE queries made to our system. ibf_task_manager has only 22 rows that never match this query. Can we move this, and other task executions, from a page view check to run from our system crontab? We are on 3.1.4 now and moving to 3.2.3 in late November.
Last reply by sunset, -
- 15 replies
- 400 views
When I run YSlow, I get a grade F for "Make fewer HTTP requests. Here's what my description looks like: Grade F on Make fewer HTTP requests This page has 9 external Javascript scripts. Try combining them into one. This page has 5 external stylesheets. Try combining them into one. This page has 20 external background images. Try combining them with CSS sprites. Strangely, I seem to see this VERY frequently on other sites, not just sites powered by Invision. Does anyone here have any experience with this and know how I can optimize this?
Last reply by KevinMc, -
- 1 reply
- 365 views
Hey folks, Is anyone using any online service for (storing) offsite backups? Like Amazon S3? Thank you.
Last reply by .Nuno., -
- 1 follower
- 2 replies
- 386 views
SetEnvIfNoCase Request_URI .* no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png|rar|zip)$ no-gzip Does someone know what is the different in above 2 lines?
Last reply by AlexJ, -
- 7 replies
- 359 views
This might have been asked but I can't find it (weak Jedi search skills). Can folks recommend good resources for getting to grips with Linux server administration? (security, optimisation, permissions, etc) Talking just the OS here, not Apache/MYSQL, etc. I've found a few on Google myself but validating their accuracy with no background knowledge is difficult Cheers
Last reply by Hexsplosions, -
- 7 replies
- 459 views
What's the best way to use Sphinx for two communities on the same server? Should I install a copy of Sphinx for each one, or can one instance of Sphinx handle both of them (if so, how would I go about setting it up that way?)?
Last reply by Volvospeed, -
- 0 replies
- 262 views
Just curious how everyone is running their tables. There are certain tables that always seems faster in INNODB for me over MYISAM such as posts, and spider_logs. But what about tables such as reputation? What tables have you switched to INNODB, and which have you left?
Last reply by Volvospeed, -
- 26 replies
- 728 views
Hello Is there any tutorial on how to setup mysql on a second server just for my database? At the moment i use xcache for my forum and sphinx. Do you think that i will get better performance using another software with this kind of setup with the second server only for mysql? Also i use cpanel and i want to ask if i have to use cpanel on the second server just for the sql? Thank you
Last reply by ASTRAPI, -
- 8 replies
- 538 views
I have a hosted package, support is great - actually its excellent, uptime is great, the features are great - everything is great. But I am lacking storage space. I dont need to upgrade as my bandwidth etc is OK. So I thought I could buy some diskspace elsewhere, its mainly for pics. I dont want to use picassa etc. I'd rather have somewhere I can control. I thought I could buy some storage here, but its not an option right now (and submitting tickets for an upgrade wont help - been there done that), so the other idea I had was to buy space elsewhere, but let my members (I would prefer if they were authenticated to my forum) link images / videos to it. Like a subfor…
Last reply by Kessler, -
- 4 replies
- 368 views
Hello I was inform that after installing the memcache from Easy Apache on a Cpanel server maybe i will need to install also the php PECL extension if the Invision forum need it. Do does the Invision need also the extension? Thank you
Last reply by ASTRAPI, -
- 5 replies
- 421 views
A little background: We've recently purchased licences for IPB and the associated MSSQL driver to convert our Community Server 2007.1 installation and continue using MSSQL for IPB 3.1, however since Invision took the decision to disontinue support for MSSQL we're now going to need to look at using MySQL. We use a Windows server to host our current sites and would prefer to stick with this setup due to having experience in this area. So a few of questions if I may... We'll be using the community edition of MySQL, again, is there anything we need to be aware with this version? Already discovered backups require the DB to be taken offline which presents some interesting de…
Last reply by Cloaked, -
- 1 follower
- 12 replies
- 493 views
Hello Is it possible to use memcache for caching sql queries and xcache for php php requests at the same time on ipb v3.2.2 and how? I need a good solution for a huge forum more than 1.000 users online per minute and about 2.000.000 posts. Thank you
Last reply by .Nuno., -
- 11 replies
- 719 views
I have been working hard on improving my site's performance, and I now have a question for you optimization Gurus. Will Varnish help improve the performance of my site/server? I know, loaded question, right? Let me tell you about my configuration and observed performance: Performance: (http://www.webpagetest.org/, Dullas, IE9, FIOS) Time To First Byte - Consistently 400MS to 550MS Page Load Time - Consistently 1.2s to 2.0s range Note: This is while running 2 AdSense banners per page, which admittedly hurts Load times) IPB Config:CDN subdomain for "Images, CSS and JS" CDN subdomain for Uploads and Gallery (I had seperated the Uploads and Gallery into two CDNs, b…
Last reply by Lockjit, -
- 2 replies
- 252 views
Hello I am using nginx plugin in front of Apache and today i found on nginx access.log: 151.1.182.163 - - [18/Sep/2011:08:15:28 +0300] "GET / HTTP/1.0" 200 151 "-" "-" 151.1.182.163 - - [18/Sep/2011:17:50:49 +0300] "GET / HTTP/1.0" 200 151 "-" "-" 69.162.74.37 - - [18/Sep/2011:18:56:22 +0300] "GET /w00tw00t.at.ISC.SANS.test0:) HTTP/1.1" 400 166 "-" "-" 62.141.46.141 - - [19/Sep/2011:06:18:21 +0300] "GET /w00tw00t.at.ISC.SANS.test0:) HTTP/1.1" 400 166 "-" "-" 24.73.227.230 - - [19/Sep/2011:11:41:35 +0300] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-" 24.73.227.230 - - [19/Sep/2011:11:41:35 +0300] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" …
Last reply by Gary., -
- 0 replies
- 286 views
Would just like to point eyes over to Gary who has recently helped optimize my VPS for me. The last couple of days the board has been running very sluggish, doing everything i know i couldn't make it any better so hunted around here for help. Gary jumped in and got straight to work: Optimizing mysql Optimized apache Installed mod_fcgi + some tweaks reset some WHM settings and changed it over to advanced installed x-cache + nginx and configured them to run together. As i am running TeamSpeak on my VPS, i was having recent troubles with it. Even though he does not advertise support he was very happy to take a look through CFS and open a few ports which i had overlooke…
Last reply by Cozza, -
- 3 replies
- 414 views
OK, after five years my forum as grown to the point where MyIASM is no longer cutting it. Both traffic and the total number of posts has increased to the point where a table lock or search can lead hitting cache hard.. I've been regularly throwing more RAM at it for years but that's not going to cut it, plus I want to use Sphinx. I know how to convert it one table at a time but I'm looking for suggestions on how to script it so I can convert the whole db at once. Any ideas?
Last reply by Martin A., -
- 3 replies
- 293 views
Hello I use Innodb for my database and i had drop indexes to do that and now i am thinking to upgrade to latest version 3.2.2 . Do i have to do anything before the upgrade or after it so i can have after the upgrade all tables (new and old) using Innodb? Thank you :)
Last reply by ASTRAPI, -
- 1 follower
- 7 replies
- 404 views
Hi, Is it possible to use both xcache and memcached? Would it increase any performance? Thank you.
Last reply by Velvet Elvis,