Problem 1:
Image_assist forgets the images, especially when different user tries to insert image:
"No images were found. Please upload a new image or browse images by a different category."
I try to use tinymce and I have managed to add images, so settings should be right otherwise. (Imce does not work, images are not visible.)
Problem 2:
I've had a lot of performance issues with Drupal since installing in March - it's on a dedicated box (w/512) and gets moderate traffic (maybe 300 users max at a time though - usually more like 125) but I have CPU and/or MYSQL problems. Usually rebooting gets me back to normal but I often have to reboot once or twice a day. I tried moving to a managed VPS last month but they told me I was using too many resources so I'm back on the dedicated box. (Sorry for the sob story)
I installed Devel this weekend and I have 318 queries on the front page (I'm logged in as the admin though) - that's a lot isn't it? Some of them seem like repeats and very few seem tied to specific modules but although I have a beginners familiarity with MySQL and PHP I don't know where to begin with analysing and learning from this list.
Is 318 a lot (it seems like a lot!)? Can anyone give me some help/tips... words of encouragement to hang in there :)???
Executed 318 queries in 277.74 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 1465.42 ms.
ms # where query
0.33 0 drupal_lookup_path SELECT COUNT(pid) FROM url_alias
0.23 0 drupal_lookup_path SELECT src FROM url_alias WHERE dst = 'front_page'
0.53 0 module_list SELECT name, filename, throttle, bootstrap FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC