I am fearly new to Drupal, only 1 month basically. In looking at this site (Drupal.org) and monitoring my Temporary internet files I can see that there are only about 10-15 files that are created there no matter what pages I visit. That number never seems to get much larger than that. On the site that I am building there are sometimes over 100 files that get created there. Image files and all types of other files from every page, including the administrative pages. I do not have caching enabled and i am not sure where else i need to look.
I developed a module, and when I tried to activate it, the following message appeared:
"Page Execution Time Was 5917.51 ms. Memory used at: devel_boot () = 2.2 MB, devel_shutdown () = 23.1 MB, 23.25 MB PHP = Peak. "
I'm using drupal 7 and ported my php website to drupal. This site [www.thiraigaanam.com] contains song lyrics of movies in the following structure.
Song title: Node title
Movie: [ vocabulary ] and the movie names stored as terms.
Music: [ vocabulary ] and the movie names stored as terms.
Singer/s [ vocabulary ] and the movie names stored as terms.
Lyricist [ vocabulary ] and the movie names stored as terms.
Song lyrics: Node body.
There are page numbers appearing at the bottom of the comments even though there's only 1 comment.
The pager basically appends ?page=x
I've also a Views block (in sidebar) that filters in stories and it's showing the same pager, the URL is the same story appended with different page numbers. The thing is, when I turn the pager in that Views block off, the pager from Comment region also disappears.