Skip to main content

Questions tagged [website-performance]

0 votes
0 answers
53 views

I am building a website, where the main data source is Snowflake, a cloud data warehouse. This cannot be changed, but we can add other technologies. There is a lot of data in Snowflake, and the ...
radumanolescu's user avatar
1 vote
2 answers
151 views

We have all kinds of Lookups in our application, stored in a separate table, LOOKUP_T. Should the application load them all on startup, and keep them in a global lifecycle variable -- or is it OK to ...
gene b.'s user avatar
  • 315
0 votes
1 answer
150 views

Say you start a web site on shared hosting and it increases in popularity which might cause it to become unavailable as the number of accesses increases. So as a developer how do I figure out when ...
James P.'s user avatar
  • 1,223
1 vote
2 answers
629 views

Can writing business logic in the view(.cshtml) of an MVC application have an impact on performance (for example, Load time)? Is it the preferable way or are there any other best practices?
Vishal Bhatt's user avatar
1 vote
2 answers
150 views

Regarding the fact that C in CSS stands for Cascade, so generally speaking rules described in one file can modify/subsitute rules in other files, can we claim that all project css files should be ...
shabunc's user avatar
  • 2,464
0 votes
2 answers
2k views

Say I am building a website that uses two different types of data : Static : information that will hardly change, like movie awards or world countries names (I want fast access so no external API) ...
vanna's user avatar
  • 337
0 votes
1 answer
2k views

I am wondering about performance of a web site/application when there is code in the code behind files rather than when the code is moved to separate files in the App_Code folder. My understanding ...
DFord's user avatar
  • 1,250
4 votes
2 answers
1k views

Here is the typical sequence of events when someone navigates to a page in my application: The user navigates to my application, including URL parameters and query strings. The server receives the ...
Travis Parks's user avatar
  • 2,583

15 30 50 per page