Hi
I m Checking my site's performance and I found log of Slow Mysql queries I posting them here and want to know how many of them are not must have query and can be removed to speed up my pligg site
mysql_slow_queries
INSERT INTO pligg_pageviews (pv_type, pv_page_id, pv_datetime, pv_user_id, pv_user_ip) VALUES ('story', 4434, FROM_UNIXTIME(1215015448), 0, '66.249.73.146')
select *, count(*) as count from pligg_links, pligg_categories where category_lang='en' and category_id=link_category group by link_category ORDER BY category_name ASC
select tag_words, count(*) as count FROM pligg_tags, pligg_links WHERE tag_lang='en' and link_id = tag_link_id and link_status!='discard' GROUP BY tag_words order by count desc limit 30
so many of them but those are most visible in my log
Thanks for any help or suggestion





Linear Mode




