[PROBLEM] TS 209 Pro painfully slow with SQL sites

Post your questions about Web Server usage and Apache + PHP + MySQL/SQLite web applications.
Post Reply
Magistic
New here
Posts: 2
Joined: Sun Aug 24, 2008 9:38 pm

[PROBLEM] TS 209 Pro painfully slow with SQL sites

Post by Magistic »

Hi there,

First of all I want to say that I absolutely LOVE my Qnap!

The only problem I encountered with it is that all SQL driven websites are painfully slow on my 209 Pro.
And with SQL driven websites I mean Wordpress, Joomla, Drupal etc.

I configured my apache.conf to have Virtual Hosts.

The following code is on the end of my apache.conf

Code: Select all

NameVirtualHost *

<VirtualHost *>
   DocumentRoot "/share/Qweb"
</VirtualHost>

<VirtualHost *>
ServerName marcoblomsma.nl
ServerAlias www.marcoblomsma.nl
DocumentRoot "/share/Qweb/marco"
</VirtualHost>

<VirtualHost *>
ServerName wimblomsma.nl
ServerAlias www.wimblomsma.nl
DocumentRoot "/share/Qweb/wim"
</VirtualHost>
This works fine when I host a static website full of pictures, text and video's, it just loads instantly...
But as soon as I try Wordpress, or any other SQL driven site, it takes a good 10 seconds to load the page.

Example static website:
http://www.wimblomsma.nl

Example SQL website:
http://www.marcoblomsma.nl/drupal
http://www.marcoblomsma.nl/wordpress

What could be wrong?
texc4
Starting out
Posts: 18
Joined: Thu Mar 12, 2009 6:08 pm

Re: [PROBLEM] TS 209 Pro painfully slow with SQL sites

Post by texc4 »

I have also the same problem, does anyone have an idea ?
Magistic
New here
Posts: 2
Joined: Sun Aug 24, 2008 9:38 pm

Re: [PROBLEM] TS 209 Pro painfully slow with SQL sites

Post by Magistic »

No one else with problems, or no one with a solution?
User avatar
Don
Guru
Posts: 12289
Joined: Thu Jan 03, 2008 4:56 am
Location: Long Island, New York

Re: [PROBLEM] TS 209 Pro painfully slow with SQL sites

Post by Don »

The 209 pro is running a 500mhz Marvell arm processor with 128mb of memory. It is not going to be fast at anything.
Use the forum search feature before posting.

Use RAID and external backups. RAID will protect you from disk failure, keep your system running, and data accessible while the disk is replaced, and the RAID rebuilt. Backups will allow you to recover data that is lost or corrupted, or from system failure. One does not replace the other.

NAS: TVS-882BR | F/W: 5.0.1.2346 | 40GB | 2 x 1TB M.2 SATA RAID 1 (System/VMs) | 3 x 1TB M.2 NMVe QM2-4P-384A RAID 5 (cache) | 5 x 14TB Exos HDD RAID 6 (Data) | 1 x Blu-ray
NAS: TVS-h674 | F/W: 5.0.1.2376 | 16GB | 3 x 18TB RAID 5
Apps: DNSMasq, PLEX, iDrive, QVPN, QLMS, MP3fs, HBS3, Entware, DLstation, VS, +
User avatar
BoNz
First post
Posts: 1
Joined: Thu Jul 02, 2009 11:38 pm

Re: [PROBLEM] TS 209 Pro painfully slow with SQL sites

Post by BoNz »

It seems this is a recurrent problem on Joomla 1.5, and ARM based devices. It seems there's no such problem with Joomla! 1.0 (!).

I had the same issue with a TS 109 II, tried installing the CMS on lighttpd, but it was still slow. As I didn't really figure how to install Joomla 1.5 on SQLlite, I tried putting the latest version of Wordpress, to see,and it worked fast enough to be used.

After digging on the net, I found that some users of similar hardware from different brands had the same speeds problems and advised to use the version 1.0 instead of the 1.5. I tried and it worked quite fast with some content and modules enabled :D

I am looking forward to hear if other users at the same experiences and what was there solution (if any).
"If you want a thing done well, do it yourself."
- Napoleon Bonaparte
Post Reply

Return to “Web Server & Applications (Apache + PHP + MySQL / SQLite)”