Posted by shah_waliuallah on February 9, 2009 at 11:25pm
Jump to:
| Project: | IP2Nation API |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi Is this ok for a large working site
Comments
#1
I am not yet sure about this. But I think it is depend on performance of your server. You can use limit comment per page to reduce your server load.
You can benchmark your server performance after enable this module with devel module.
#2
If I recall correctly, the module incurs 1 additional SQL query for each comment loaded in a page. Comments from the same ip address as a previous comment do not need the additional query. Also the number of requests per page will increase considerably if there are lots of comments and you use the flags.
If you use sensible settings like 50 comments per page it should be ok unless your site is the kind that has hundreds of comments in almost every article.
#3