Jump to content

Bono

Clients
  • Posts

    297
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Bono

  1. You can move database to linux, on all platforms mysql is same.
  2. This will work if you have small database, with databases bigger than 200MB you should import your database from shell.
  3. on server where you have apache installed: "ab"
  4. xcache 1.2.x doesn't work under suphp, xcache 1.3.x I haven't tried yet. But like I said in other post you really need to optimize apache and mysql before you make switch to nginx or litespeed. If you have any questions regarding Litespeed just let me know, I use it on few of my sites.
  5. Like somebody said You should hire professional, you have misconfigured Apache and Mysql. Apache spawns too many processes and Mysql is not caching properly. WTF is that your cache limit is higher than your query size? 30 QPS is really low, ATOM 270 can handle that with ease and with 20% load. With similar xeon i had 120 QPS and I never had database error. And you do not need to use mysql persistent links, I do not use it and my avg. connection is 10 max 47. With similar setup (Xeon 3060 and 2GB of ram) I had more than 700 people online with 10 other sites and load avg. was in range of 0.5-1.5. Please post output of this commands: free -m when site is under heavy load vmstat 3 and iostat Thanks
  6. If you want better performance get faster hdd and ensure that you always have enough physical memory.
  7. Do you need screen shots that both of cache is used? I don't know about IPS but there are few applications that are used in that combo with big improvements. Like i said memcached offloads database quite a lot and I have extremely busy database.
  8. On my local machine with no caching page generates in .15s with gzip .14s with xcache .12s with few less queries with xcache, gzip and memcached .07 Memcache saves you queries your db is not so busy, and xcache saves your web server from loading too much because it pulls pages from ram, and it doesn't generates it everytime.
  9. I don't know why nobody recommended it before but why there isn't option to also host signatures on same server as forum. There is no point of having really fast server when I need to wait users sigs to load from bad image hosting services. And every day there are more and more that kind of services, first that comes to my mind is imageshack which most of time is super slow or it timeouts. With that option it would be easier to control size and dimensions of signatures.
  10. Keep us informed, when IPS detect your problem maybe it would help someone in the future.
  11. Hmm that looks OK, I would recommend to report this issue with IPS. After upgrade have you rebuild all the stuff IPS recommends and after that have you optimized your database?
  12. First you need to wait 48h for tuning-primer to examine your settings. Second try to optimize your database, and then check again if there will be slow queries. Third do hdparm -t /dev/hda maybe disk switched to pio mode or something so everything is slowed down, with 11qps you shouldn't have any slow queries. Fourth do also iostat to check if your hdd is too slow, you are really using old hdd.
  13. How many queries per second have you saved with memcache? On my box it is not critical but it's always good to plan ahead, atm I got 163 QPS.
  14. I just had to comment when I saw that you opened 3.0.3 topic, which staff closed very quickly. That is why I said you are acting childish.
  15. So few hours ago 3.0.2 was released and he opened a topic for v3.0.3. Of course I read whole topic and I still think this is just waste of database space. Or you are trying to be top poster.
  16. I would be happy if I never again see topic when new version will be out, so childish.
  17. FYI IE 8 is really close to ideal look of IPB forum, rest of IE just break things hard. I use Firefox, but this is good news for my IE visitors, I can tell them to upgrade to latest version.
  18. They changed their methodology, now only small part is collected from user plug-ins rest is collected from different sources. When they changed that most of sites are kicked out of first 100 000. And regarding OP question I didn't understand what he is asking.
  19. Did somebody tested IPB plugin with Sphinx version 0.9.9? It should be out soon as final.
  20. Thanks I missed that, so everything is covered then.
  21. Cool I hope you will host this project on fast enough server from start :) And one question what happens if server is not reachable, will be users still be able to register? I used so far SpamBot search tool and only one or two spammers get in per month. And because I care about performance I hosted that tool myself. :) http://www.h3s.org/anti_spam/?p=view
  22. I meant in 2.3.6 version when you click on big picture it opens in new popup/window and now when you click on picture it expands and breaks forum layout. I have tried to enable option open in new window and rebuild all posts without any effect, it still expands picture and breaks forum layout.
  23. And what about img tags in new windows, if external image is big it would just break my forum layout.
  24. Like somebody said he can delete his database within cpanel.
×
×
  • Create New...